mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Update the demo directory to use the version 8 type naming conventions.
This commit is contained in:
parent
c6d8892b0d
commit
5a2a8fc319
639 changed files with 3127 additions and 3470 deletions
|
@ -68,13 +68,13 @@
|
|||
|
||||
/* Create the task that will control the LCD. Returned is a handle to the queue
|
||||
on which messages to get written to the LCD should be written. */
|
||||
xQueueHandle xStartLCDTask( void );
|
||||
QueueHandle_t xStartLCDTask( void );
|
||||
|
||||
typedef struct
|
||||
{
|
||||
/* The minimum amount of time the message should remain on the LCD without
|
||||
being overwritten. */
|
||||
portTickType xMinDisplayTime;
|
||||
TickType_t xMinDisplayTime;
|
||||
|
||||
/* A pointer to the string to be displayed. */
|
||||
char *pcMessage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue