This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/uIP_Task.h

9 lines
136 B
C
Raw Normal View History

2006-05-02 17:39:15 +08:00
#ifndef UIP_TASK_H
#define UIP_TASK_H
/* The task that handles all uIP data. */
void vuIP_TASK( void *pvParameters );
#endif