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:
parent
e697cd5878
commit
4e3e174c95
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user