We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cc4f6 commit d59136fCopy full SHA for d59136f
src/STM32LoRaWAN.cpp
@@ -43,7 +43,7 @@
43
44
// The MKRWAN API has no constants for datarates, so just accepts 0 for
45
// DR0. The STM32CubeWL API uses DR_x constants, but they contain just
46
-// the plan value, so no translation is needed. However, do doublecheck
+// the plain value, so no translation is needed. However, do doublecheck
47
// that this is really the case.
48
#if DR_0 != 0 || DR_1 != 1 || DR_2 != 2 || DR_3 != 3 || DR_4 != 4 || DR_5 != 5 || DR_6 != 6 || DR_8 != 8 || DR_9 != 9 || DR_10 != 10 || DR_11 != 11 || DR_12 != 12 || DR_13 != 13 || DR_14 != 14 || DR_15 != 15
49
#error "Unexpected datarate constants"
0 commit comments