mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-19 06:29:53 +08:00
Fix COMMS_DEBUG_RAW
This commit is contained in:
parent
bdf7746105
commit
f4d62eec09
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ static void SendCommandNG_internal(uint16_t cmd, uint8_t *data, size_t len, bool
|
|||
print_hex_break((uint8_t *)&txBufferNG.data, 3 * sizeof(uint64_t), 32);
|
||||
print_hex_break((uint8_t *)&txBufferNG.data + 3 * sizeof(uint64_t), len - 3 * sizeof(uint64_t), 32);
|
||||
}
|
||||
print_hex_break((uint8_t *)&tx_post, sizeof(PacketCommandNGPostamble), 32);
|
||||
print_hex_break((uint8_t *)tx_post, sizeof(PacketCommandNGPostamble), 32);
|
||||
#endif
|
||||
txBuffer_pending = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue