Skip to content

Commit 6e75e1a

Browse files
committed
Fix typo in docs
1 parent 3b11344 commit 6e75e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino_lmic_hal_configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Arduino_LMIC {
2626
/* these types should match the types used by the LMIC */
2727
typedef int32_t ostime_t;
2828

29-
// this type is used when we need to represent a threee-state signal
29+
// this type is used when we need to represent a three-state signal
3030
enum class ThreeState_t : uint8_t {
3131
Off = 0,
3232
On = 1,

0 commit comments

Comments
 (0)