Skip to content
Snippets Groups Projects
Unverified Commit b6bd68cb authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #8313 from aabadie/pr/loramac/fix_nwk_skey_def

sys/net/loramac: rename network session key
parents 5e2d8792 9843b37e
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,8 @@ extern "C" {
*
* 16 bytes key, only required for ABP join procedure type.
*/
#ifndef LORAMAC_NWKS_KEY_DEFAULT
#define LORAMAC_NWKS_KEY_DEFAULT { 0x00, 0x00, 0x00, 0x00, \
#ifndef LORAMAC_NWK_SKEY_DEFAULT
#define LORAMAC_NWK_SKEY_DEFAULT { 0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00, \
0x00, 0x00, 0x00, 0x00 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment