We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e697cd5 commit 4e3e174Copy full SHA for 4e3e174
1 file changed
sys/shell/commands/sc_loramac.c
@@ -26,7 +26,7 @@
26
#include "net/loramac.h"
27
#include "semtech_loramac.h"
28
29
-semtech_loramac_t loramac;
+extern semtech_loramac_t loramac;
30
31
/* Application key is 16 bytes long (e.g. 32 hex chars), and thus the longest
32
possible size (with application session and network session keys) */
0 commit comments