mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-10 21:34:19 -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
|
@ -65,10 +65,10 @@ void vuIP_TASK( void *pvParameters )
|
|||
{
|
||||
/* The semaphore used by the EMAC ISR to indicate that an Rx frame is ready
|
||||
for processing. */
|
||||
xSemaphoreHandle xSemaphore = NULL;
|
||||
SemaphoreHandle_t xSemaphore = NULL;
|
||||
portBASE_TYPE xARPTimer;
|
||||
unsigned portBASE_TYPE uxPriority;
|
||||
static volatile portTickType xStartTime, xCurrentTime;
|
||||
static volatile TickType_t xStartTime, xCurrentTime;
|
||||
|
||||
/* Initialize the uIP TCP/IP stack. */
|
||||
uip_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue