Zachary Annand
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/leds/neopixel.h
|
@ -110,7 +110,7 @@ public: |
|
|
#if CONJOINED_NEOPIXEL |
|
|
#if CONJOINED_NEOPIXEL |
|
|
adaneo2.show(); |
|
|
adaneo2.show(); |
|
|
#else |
|
|
#else |
|
|
TERN_(NEOPIXEL2_SEPARATE,adaneo1.setPin(NEOPIXEL2_PIN)); |
|
|
TERN(NEOPIXEL2_SEPARATE,,adaneo1.setPin(NEOPIXEL2_PIN)); |
|
|
adaneo1.show(); |
|
|
adaneo1.show(); |
|
|
adaneo1.setPin(NEOPIXEL_PIN); |
|
|
adaneo1.setPin(NEOPIXEL_PIN); |
|
|
#endif |
|
|
#endif |
|
|