1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/shell/loramac: use global loramac variable

This commit is contained in:
Alexandre Abadie 2019-04-16 13:43:24 +02:00
parent e697cd5878
commit 4e3e174c95
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -26,7 +26,7 @@
#include "net/loramac.h"
#include "semtech_loramac.h"
semtech_loramac_t loramac;
extern semtech_loramac_t loramac;
/* Application key is 16 bytes long (e.g. 32 hex chars), and thus the longest
possible size (with application session and network session keys) */