mirror of
https://github.com/whowechina/aic_pico.git
synced 2025-02-22 05:09:38 +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();
|
cmd_select();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
printf("\nUnknown cmd: %02x\n", request.cmd);
|
printf("\nUnknown cmd: %02x (%d)\n", request.cmd, request.hdr.len);
|
||||||
send_ack();
|
send_ack();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user