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 3b11344 commit 6e75e1aCopy full SHA for 6e75e1a
src/arduino_lmic_hal_configuration.h
@@ -26,7 +26,7 @@ namespace Arduino_LMIC {
26
/* these types should match the types used by the LMIC */
27
typedef int32_t ostime_t;
28
29
-// this type is used when we need to represent a threee-state signal
+// this type is used when we need to represent a three-state signal
30
enum class ThreeState_t : uint8_t {
31
Off = 0,
32
On = 1,
0 commit comments