From 33a018474913701fa9ef8e962acf58accd1184d2 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 7 Jun 2009 07:20:33 +0000 Subject: Converted device mode low-level demos to schedulerless. --- Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c') diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c index f259aad02..e106e5d74 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c @@ -56,7 +56,7 @@ TCP_ConnectionState_t ConnectionStateTable[MAX_TCP_CONNECTIONS]; * level. If an application produces a response, this task constructs the appropriate Ethernet frame and places it into the Ethernet OUT * buffer for later transmission. */ -TASK(TCP_Task) +void TCP_Task(void) { /* Task to hand off TCP packets to and from the listening applications. */ -- cgit v1.2.3