Fix COMMS_DEBUG_RAW

This commit is contained in:
Philippe Teuwen 2019-04-29 23:02:49 +02:00
parent bdf7746105
commit f4d62eec09

View file

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