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:
parent
5488c5fef6
commit
fa8bbff6d1
@ -320,6 +320,17 @@ extern "C" {
|
|||||||
* @brief Maximmu port value
|
* @brief Maximmu port value
|
||||||
*/
|
*/
|
||||||
#define LORAMAC_PORT_MAX (223U)
|
#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)
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user