mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #8313 from aabadie/pr/loramac/fix_nwk_skey_def
sys/net/loramac: rename network session key
This commit is contained in:
commit
b6bd68cb7f
@ -82,8 +82,8 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* 16 bytes key, only required for ABP join procedure type.
|
* 16 bytes key, only required for ABP join procedure type.
|
||||||
*/
|
*/
|
||||||
#ifndef LORAMAC_NWKS_KEY_DEFAULT
|
#ifndef LORAMAC_NWK_SKEY_DEFAULT
|
||||||
#define LORAMAC_NWKS_KEY_DEFAULT { 0x00, 0x00, 0x00, 0x00, \
|
#define LORAMAC_NWK_SKEY_DEFAULT { 0x00, 0x00, 0x00, 0x00, \
|
||||||
0x00, 0x00, 0x00, 0x00, \
|
0x00, 0x00, 0x00, 0x00, \
|
||||||
0x00, 0x00, 0x00, 0x00, \
|
0x00, 0x00, 0x00, 0x00, \
|
||||||
0x00, 0x00, 0x00, 0x00 }
|
0x00, 0x00, 0x00, 0x00 }
|
||||||
|
Loading…
Reference in New Issue
Block a user