🐛 Fix dual Neopixels (#22174)

This commit is contained in:
Grumpy
2021-06-22 08:12:39 +12:00
committed by Scott Lahteine
parent 25e7e2fce0
commit 8050813d32
2 changed files with 13 additions and 7 deletions

View File

@ -114,7 +114,6 @@ public:
#if CONJOINED_NEOPIXEL
adaneo2.show();
#else
IF_DISABLED(NEOPIXEL2_SEPARATE, adaneo1.setPin(NEOPIXEL2_PIN));
adaneo1.show();
adaneo1.setPin(NEOPIXEL_PIN);
#endif