Separate Neopixel followup (#19250)
This commit is contained in:
		| @@ -110,7 +110,7 @@ public: | ||||
|       #if CONJOINED_NEOPIXEL | ||||
|         adaneo2.show(); | ||||
|       #else | ||||
|         TERN_(NEOPIXEL2_SEPARATE,adaneo1.setPin(NEOPIXEL2_PIN)); | ||||
|         TERN(NEOPIXEL2_SEPARATE,,adaneo1.setPin(NEOPIXEL2_PIN)); | ||||
|         adaneo1.show(); | ||||
|         adaneo1.setPin(NEOPIXEL_PIN); | ||||
|       #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user