Skip to content

Commit

Permalink
This is version 4.2.0-pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore authored Oct 1, 2024
1 parent e9e7bae commit 90c5352
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(4, 2, 0, 1) /* 4.2.0-1 */
ARDUINO_LMIC_VERSION_CALC(4, 2, 0, 2) /* 4.2.0-pre2 */

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

0 comments on commit 90c5352

Please sign in to comment.