Skip to content

Commit

Permalink
Update ARDUINO_LMIC_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Nov 25, 2024
1 parent 4e40f1d commit b33db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lmic/lmic.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extern "C"{
((((major)*UINT32_C(1)) << 24) | (((minor)*UINT32_C(1)) << 16) | (((patch)*UINT32_C(1)) << 8) | (((local)*UINT32_C(1)) << 0))

#define ARDUINO_LMIC_VERSION \
ARDUINO_LMIC_VERSION_CALC(5, 0, 1, 1) /* 5.0.1-pre1 */
ARDUINO_LMIC_VERSION_CALC(5, 0, 1, 0) /* 5.0.1 */

#define ARDUINO_LMIC_VERSION_GET_MAJOR(v) \
((((v)*UINT32_C(1)) >> 24u) & 0xFFu)
Expand Down

0 comments on commit b33db69

Please sign in to comment.