mirror of
https://github.com/whowechina/aic_pico.git
synced 2024-11-24 14:00:09 +01:00
More valid debug info
This commit is contained in:
parent
ab4fdc2f1d
commit
630d0fdfcf
@ -199,7 +199,7 @@ static void aime_poll_data()
|
||||
if (count > 0) {
|
||||
uint32_t now = time_us_32();
|
||||
DEBUG("\n\033[32m%6ld>>", now / 1000);
|
||||
for (int i = 6; i < count; i++) {
|
||||
for (int i = 0; i < count; i++) {
|
||||
DEBUG(" %02X", aime.buf[aime.pos + i]);
|
||||
}
|
||||
DEBUG("\033[0m");
|
||||
|
Loading…
Reference in New Issue
Block a user