mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-07-15 00:52:33 +08: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
|
|
|