aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-07 07:20:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-07 07:20:33 +0000
commit33a018474913701fa9ef8e962acf58accd1184d2 (patch)
tree8954e1c1ed31219db7f2143d375b6ad7a5142bc1 /Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c
parent2793c88fc601dcc7ec4961326dd9748a20f3ec83 (diff)
downloadlufa-33a018474913701fa9ef8e962acf58accd1184d2.tar.gz
lufa-33a018474913701fa9ef8e962acf58accd1184d2.tar.bz2
lufa-33a018474913701fa9ef8e962acf58accd1184d2.zip
Converted device mode low-level demos to schedulerless.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.c2
1 files changed, 1 insertions, 1 deletions
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. */