Skip to content

Commit

Permalink
sys/shell/loramac: use global loramac variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 29, 2019
1 parent e697cd5 commit 4e3e174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/shell/commands/sc_loramac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 4e3e174

Please sign in to comment.