Skip to content

Commit 4e3e174

Browse files
committed
sys/shell/loramac: use global loramac variable
1 parent e697cd5 commit 4e3e174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys/shell/commands/sc_loramac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "net/loramac.h"
2727
#include "semtech_loramac.h"
2828

29-
semtech_loramac_t loramac;
29+
extern semtech_loramac_t loramac;
3030

3131
/* Application key is 16 bytes long (e.g. 32 hex chars), and thus the longest
3232
possible size (with application session and network session keys) */

0 commit comments

Comments
 (0)