This commit is contained in:
iceman1001 2024-05-14 10:04:28 +02:00
commit 42f0699c78
17 changed files with 256 additions and 167 deletions

View file

@ -290,7 +290,7 @@ static uint8_t felica_select_card(felica_card_select_t *card) {
Dbhexdump(FelicaFrame.len, FelicaFrame.framebytes, 0);
}
}
// 0. OK
// 0. OK
return 0;
}
@ -589,7 +589,7 @@ void felica_sendraw(const PacketCommandNG *c) {
AddCrc(buf + 2, len);
}
}
if (g_dbglevel >= DBG_DEBUG) {
Dbprintf("Transmit Frame (no CRC shown):");
Dbhexdump(len, buf, 0);