We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd809e commit 08234e9Copy full SHA for 08234e9
libraries/MySensors/MySensor.h
@@ -70,7 +70,7 @@
70
71
// Not necessary to include blinking feature if no LED's are defined!
72
#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
+ #undef MY_LEDS_BLINKING_FEATURE
74
#endif
75
76
// Enable LED BLINKING FEATURE, if there are any LEDs defined.
0 commit comments