mirror of
https://github.com/bluekitchen/btstack.git
synced 2024-12-25 15:16:37 +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;
|
||||
}
|
||||
printf("%c", key);
|
||||
fflush(stdout);
|
||||
}
|
||||
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;
|
||||
}
|
||||
printf("%c", key);
|
||||
fflush(stdout);
|
||||
}
|
||||
memcpy(last_keys, new_keys, NUM_KEYS);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user