Sign in
nest-open-source
/
nest-detect
/
1.1.1
/
freertos
/
40f64f9f13eca7c99c37d414f8806b42f68bd1af
/
.
/
FreeRTOS
/
Demo
/
uIP_Demo_IAR_ARM7
/
uIP_Task.h
blob: aae424ba01b7f6858713ff02a3bb8898c89bb3ca [
file
] [
log
] [
blame
]
#ifndef
UIP_TASK_H
#define
UIP_TASK_H
/* The task that handles all uIP data. */
void
vuIP_TASK
(
void
*
pvParameters
);
#endif