mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 13:31:58 -04:00
9 lines
136 B
C
9 lines
136 B
C
#ifndef UIP_TASK_H
|
|
#define UIP_TASK_H
|
|
|
|
/* The task that handles all uIP data. */
|
|
void vuIP_TASK( void *pvParameters );
|
|
|
|
#endif
|
|
|