mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-26 00:16:08 +00:00
Merge branch 'develop'
This commit is contained in:
commit
565100c1ca
@ -283,6 +283,7 @@ static void hid_host_handle_interrupt_report(const uint8_t * report, uint16_t re
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
printf("%c", key);
|
printf("%c", key);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
memcpy(last_keys, new_keys, NUM_KEYS);
|
memcpy(last_keys, new_keys, NUM_KEYS);
|
||||||
}
|
}
|
||||||
|
@ -224,6 +224,7 @@ static void hid_handle_input_report(uint8_t service_index, const uint8_t * repor
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
printf("%c", key);
|
printf("%c", key);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
memcpy(last_keys, new_keys, NUM_KEYS);
|
memcpy(last_keys, new_keys, NUM_KEYS);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user