Make safe_delay available for neopixel startup test

Fix #9033
This commit is contained in:
Scott Lahteine 2018-02-16 22:25:57 -06:00
parent ada40af5d6
commit fbf8819253
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#include "neopixel.h"
#if ENABLED(NEOPIXEL_STARTUP_TEST)
#include "utility.h"
#endif
Adafruit_NeoPixel pixels(NEOPIXEL_PIXELS, NEOPIXEL_PIN, NEOPIXEL_TYPE + NEO_KHZ800);
void set_neopixel_color(const uint32_t color) {