Separate Neopixels followup (#19179)

This commit is contained in:
Zachary Annand
2020-08-31 16:06:24 -05:00
committed by Scott Lahteine
parent 414136f33a
commit df7e35ccd7
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