Skip to content

Commit 26dd83c

Browse files
jdgordonJonathan Gordon
andauthored
Allow USE_LRWAN_1_1_X_CRYPTO to be defined outside this header (#1373)
Co-authored-by: Jonathan Gordon <[email protected]>
1 parent b96e660 commit 26dd83c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mac/LoRaMacCrypto.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ extern "C"
5353
/*!
5454
* Indicates if LoRaWAN 1.1.x crypto scheme is enabled
5555
*/
56+
#ifndef USE_LRWAN_1_1_X_CRYPTO
5657
#define USE_LRWAN_1_1_X_CRYPTO 1
58+
#endif
5759

5860
/*!
5961
* Indicates if a random devnonce must be used or not

0 commit comments

Comments
 (0)