oops missed the extern enabling little chap

This commit is contained in:
Gareth Coleman 2024-04-22 14:44:59 +01:00
parent 378a2d723e
commit ec2b854ea2

4
src/graphics/NeoPixel.h Normal file
View File

@ -0,0 +1,4 @@
#ifdef HAS_NEOPIXEL
#include <Adafruit_NeoPixel.h>
extern Adafruit_NeoPixel pixels;
#endif