Skip to content

Commit d59136f

Browse files
matthijskooijmanfpistm
authored andcommitted
STM32LoRaWAN: Fix comment typo
1 parent 22cc4f6 commit d59136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/STM32LoRaWAN.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
// The MKRWAN API has no constants for datarates, so just accepts 0 for
4545
// DR0. The STM32CubeWL API uses DR_x constants, but they contain just
46-
// the plan value, so no translation is needed. However, do doublecheck
46+
// the plain value, so no translation is needed. However, do doublecheck
4747
// that this is really the case.
4848
#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
4949
#error "Unexpected datarate constants"

0 commit comments

Comments
 (0)