adapter size of rx registers reply

This commit is contained in:
Martin Zietz
2021-02-25 15:25:49 +01:00
parent 7710fda755
commit 99780cdc62
5 changed files with 9 additions and 8 deletions

View File

@ -23,7 +23,7 @@ namespace SYRLINKS {
/** The size of the header with the message identifier and the payload size field */
static const uint8_t MESSAGE_HEADER_SIZE = 5;
/** Size of reply to an rx status registers request */
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 30;
static const uint8_t RX_STATUS_REGISTERS_REPLY_SIZE = 49;
static const uint8_t READ_TX_STATUS_REPLY_SIZE = 13;
static const uint8_t RX_DATASET_ID = READ_RX_STATUS_REGISTERS;