|
Wirepas SDK
|
|
Go to the documentation of this file.
7 #ifndef WAPS_BUFFER_SIZES_H_
8 #define WAPS_BUFFER_SIZES_H_
14 #define WAPS_TX_BUFFER_SIZE ((2 * WAPS_MAX_FRAME_LENGTH) + 2 * sizeof(crc_t) + 2)
15 #define WAPS_RX_BUFFER_SIZE ((WAPS_MAX_FRAME_LENGTH + sizeof(crc_t) + 2))