Separate Neopixels followup (#19179)

This commit is contained in:
Zachary Annand
2020-08-31 16:06:24 -05:00
committed by GitHub
parent 2a72961be4
commit 41c7ae5d54
2 changed files with 6 additions and 8 deletions

View File

@ -780,8 +780,3 @@
#ifndef EXTRUDE_MINTEMP
#define EXTRUDE_MINTEMP 170
#endif
// This flag indicates if Neopixel pins are shared or separated
#if EITHER(MULTIPLE_NEOPIXEL_TYPES, NEOPIXEL2_INSERIES)
#define CONJOINED_NEOPIXEL 1
#endif