From 9843b37ec91a13414f6cd8f3d5fb4e58792e4df5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 22 Dec 2017 17:12:12 +0100 Subject: [PATCH] sys/net/loramac: rename network session key --- sys/include/net/loramac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/loramac.h b/sys/include/net/loramac.h index df87d865fe..4684724d46 100644 --- a/sys/include/net/loramac.h +++ b/sys/include/net/loramac.h @@ -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 }