Skip to content

Commit 08234e9

Browse files
committed
corrected typo
1 parent 5cd809e commit 08234e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/MySensor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
// Not necessary to include blinking feature if no LED's are defined!
7272
#if defined(MY_LEDS_BLINKING_FEATURE) && !defined(MY_DEFAULT_RX_LED_PIN) && !defined(MU_DEFAULT_TX_LED_PIN) && !defined(MY_ERR_LED_PIN)
73-
#undefine MY_LEDS_BLINKING_FEATURE
73+
#undef MY_LEDS_BLINKING_FEATURE
7474
#endif
7575

7676
// Enable LED BLINKING FEATURE, if there are any LEDs defined.

0 commit comments

Comments
 (0)