mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Remove unnecessary use of portLONG, portCHAR and portSHORT.
Change version number in headers.
This commit is contained in:
parent
64c701aff7
commit
4322b8d649
79 changed files with 2661 additions and 2586 deletions
|
@ -9,7 +9,7 @@ typedef struct
|
|||
} xLCDMessage;
|
||||
|
||||
/* The bitmap displayed on the LCD when the LCD task starts. */
|
||||
const unsigned portCHAR pcBitmap[] =
|
||||
const unsigned char pcBitmap[] =
|
||||
{
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue