1
0
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:
whowechina 2024-05-23 20:26:51 +08:00
parent e80de1c961
commit ade3b0f1dd

View File

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