mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 04:20:33 +00:00
hid_host_test: improve console output
This commit is contained in:
parent
05146de047
commit
8450b24f6b
@ -520,7 +520,7 @@ static void stdin_process(char cmd){
|
||||
|
||||
case 'o':{
|
||||
uint8_t report[] = {0, 0, 0, 0, 0, 0, 0, 0};
|
||||
printf("Set output report with id 0x01\n");
|
||||
printf("Send output report with id 0x01\n");
|
||||
status = hid_host_send_report(hid_host_cid, 0x01, report, sizeof(report));
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user