Rename RGBW define to WS2812_RGBW (#23585)

This commit is contained in:
Ryan
2024-04-28 00:36:54 +10:00
committed by GitHub
parent 8f8fffc174
commit 0ff53b2498
24 changed files with 68 additions and 44 deletions

View File

@ -1,7 +1,7 @@
#include "ws2812.h"
#include "i2c_master.h"
#ifdef RGBW
#ifdef WS2812_RGBW
# error "RGBW not supported"
#endif