1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

net/loramac.h: add join header members size

This commit is contained in:
Jose Alamos 2019-03-08 16:45:41 +01:00
parent 5488c5fef6
commit fa8bbff6d1

View File

@ -320,6 +320,17 @@ extern "C" {
* @brief Maximmu port value
*/
#define LORAMAC_PORT_MAX (223U)
/**
* @brief Application Nonce length in bytes
*/
#define LORAMAC_APP_NONCE_LEN (3U)
/**
* @brief Network ID length in bytes
*/
#define LORAMAC_NETWORK_ID_LEN (3U)
/** @} */
/**