We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a76514 commit 68d8affCopy full SHA for 68d8aff
src/lmic/lmic_config_preconditions.h
@@ -97,6 +97,11 @@ Revision history:
97
# define CFG_au915
98
#endif
99
100
+// for backwards compatibility to legacy code, define CFG_au921 if we see CFG_au915.
101
+#if defined(CFG_au915) && !defined(CFG_au921)
102
+# define CFG_au921
103
+#endif
104
+
105
// a mask of the supported regions
106
// TODO(tmm@mcci.com) consider moving this block to a central file as it's not
107
// user-editable.
0 commit comments