Fix purple blue

This commit is contained in:
Ken Swenson 2016-03-24 14:32:33 -04:00
parent 2997b903e5
commit 5c0e0e5a04

View File

@ -19,7 +19,7 @@
#define COLOR_RED RGB(0xFF, 0x00, 0x00)
#define COLOR_GREEN RGB(0x00, 0xFF, 0x00)
#define COLOR_BLUE RGB(0xFF, 0x00, 0xFF)
#define COLOR_BLUE RGB(0x00, 0x00, 0xFF)
#define COLOR_YELLOW RGB(0xFF, 0xFF, 0x00)
#define COLOR_CYAN RGB(0xFF, 0x00, 0xFF)