aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-08 07:18:28 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-10-08 07:18:28 +0000
commitfc6669c1af3f3b740cdee1f76ebd506807ec62d1 (patch)
treec8bc5b6a52dd7dcc3f9233270569ee9cd2ebd0ba /Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
parent2f176c7b8f3fe151022b13791ba8f19204dabcd7 (diff)
Application documentation/comment cleanup.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@862 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
index 2a626e97..4d7ee6b0 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
+++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
@@ -38,7 +38,6 @@
#define INCLUDE_FROM_TCP_C
#include "TCP.h"
-/* Global Variables: */
/** Port state table array. This contains the current status of TCP ports in the device. To save on space, only open ports are
* stored - closed ports may be overwritten at any time, and the system will assume any ports not present in the array are closed. This
* allows for MAX_OPEN_TCP_PORTS to be less than the number of ports used by the application if desired.