Skip to content

Commit

Permalink
Merge pull request #62 from mcci-catena/issue60
Browse files Browse the repository at this point in the history
Fix #60: src/lmic.h needs lmic/lmic_bandplan.h
  • Loading branch information
terrillmoore authored Mar 25, 2018
2 parents 44ae64d + 44e2112 commit 7bbcb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lmic.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extern "C"{
#endif

#include "lmic/lmic.h"
#include "lmic/lmic_bandplan.h"

#ifdef __cplusplus
}
Expand Down

0 comments on commit 7bbcb2c

Please sign in to comment.