diff --git a/Software/examples/WS2812/main.c b/Software/examples/WS2812/main.c index bd72973..a8bc47b 100644 --- a/Software/examples/WS2812/main.c +++ b/Software/examples/WS2812/main.c @@ -16,7 +16,7 @@ // Libraries - +#include "src/config.h" // pin configurations #include "src/system.h" // system functions #include "src/delay.h" // delay functions #include "src/neo.h" // NeoPixel functions