KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
123:2f45e80fec5f
Parent:
122:79e431f98fa9
Child:
125:7a0b70f56550
--- a/DisplayDefs.h	Tue May 17 22:33:06 2016 +0000
+++ b/DisplayDefs.h	Mon Jul 25 10:55:58 2016 +0000
@@ -3,7 +3,6 @@
 
 #define RGB(r,g,b) ( ((r<<8)&0xF800) | ((g<<3)&0x07E0) | (b>>3) )
 
-typedef uint16_t color_t;
 
 /// return values from functions. Use this number, or use the 
 /// lookup function to get a text string. @see GetErrorMessage.