mirror of
https://github.com/whowechina/aic_pico.git
synced 2025-02-21 04:46:41 +01:00
More bana debug info
This commit is contained in:
parent
e80de1c961
commit
ade3b0f1dd
@ -404,7 +404,7 @@ static void handle_frame()
|
||||
cmd_select();
|
||||
break;
|
||||
default:
|
||||
printf("\nUnknown cmd: %02x\n", request.cmd);
|
||||
printf("\nUnknown cmd: %02x (%d)\n", request.cmd, request.hdr.len);
|
||||
send_ack();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user