mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
@@ -560,7 +560,7 @@ void felica_sendraw(PacketCommandNG *c) {
|
||||
if ((param & FELICA_APPEND_CRC)) {
|
||||
// Don't append crc on empty bytearray...
|
||||
if (len > 0) {
|
||||
AddCrc(buf, len);
|
||||
AddCrc(buf + 2, len);
|
||||
}
|
||||
}
|
||||
if (g_dbglevel >= DBG_DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user