hid_host_test: improve console output

This commit is contained in:
Milanka Ringwald 2021-03-26 10:15:00 +01:00
parent 05146de047
commit 8450b24f6b

View File

@ -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;
}