We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60092e commit 0d4efb1Copy full SHA for 0d4efb1
libraries/MySensors/MySensor.h
@@ -85,7 +85,7 @@
85
#endif
86
87
// Not necessary to include blinking feature if no LED's are defined!
88
-#if defined(MY_LEDS_BLINKING_FEATURE) && !defined(MY_DEFAULT_RX_LED_PIN) && !defined(MU_DEFAULT_TX_LED_PIN) && !defined(MY_ERR_LED_PIN)
+#if defined(MY_LEDS_BLINKING_FEATURE) && !defined(MY_DEFAULT_RX_LED_PIN) && !defined(MY_DEFAULT_TX_LED_PIN) && !defined(MY_ERR_LED_PIN)
89
#undef MY_LEDS_BLINKING_FEATURE
90
91
0 commit comments