]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_STM32F103_IAR/LCD_Message.h
New MicroBlaze port: Added a FreeRTOS exception handler, and installed it in each...
[freertos] / Demo / CORTEX_STM32F103_IAR / LCD_Message.h
index 2323c015f4bc9700795b14e5174e0fd3a9309e70..1cda53f4cae40354378691862d109ff2be41ee75 100644 (file)
@@ -9,7 +9,7 @@ typedef struct
 } xLCDMessage;\r
 \r
 /* The bitmap displayed on the LCD when the LCD task starts. */\r
-const unsigned portCHAR pcBitmap[] =\r
+const unsigned char pcBitmap[] =\r
 {\r
 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\r
 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,\r