Fixed packet size with appended CRC
This commit is contained in:
parent
f6404dd0ea
commit
24bc1f8140
|
@ -296,7 +296,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
crc_append_key(PAYLOAD_CRC_SCHEME, packetbuf, ret);
|
crc_append_key(PAYLOAD_CRC_SCHEME, packetbuf, ret);
|
||||||
|
|
||||||
LOG(LVL_DEBUG, "Transmitting packet with %d bytes.", ret);
|
LOG(LVL_DEBUG, "Transmitting packet with %d bytes.", ret + crc_size);
|
||||||
|
|
||||||
RESULT_CHECK(layer1_tx_reset(&tx));
|
RESULT_CHECK(layer1_tx_reset(&tx));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue