projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
uipopt.h
diff --git
a/Projects/Webserver/Lib/uip/uipopt.h
b/Projects/Webserver/Lib/uip/uipopt.h
index
b61a7b4
..
17f7033
100644
(file)
--- a/
Projects/Webserver/Lib/uip/uipopt.h
+++ b/
Projects/Webserver/Lib/uip/uipopt.h
@@
-282,15
+282,15
@@
*/
/**
*/
/**
- * Toggles whether
UD
P support should be compiled in or not.
+ * Toggles whether
TC
P support should be compiled in or not.
*
* \hideinitializer
*/
#ifdef UIP_CONF_TCP
#define UIP_TCP UIP_CONF_TCP
*
* \hideinitializer
*/
#ifdef UIP_CONF_TCP
#define UIP_TCP UIP_CONF_TCP
-#else /* UIP_CONF_
UD
P */
+#else /* UIP_CONF_
TC
P */
#define UIP_TCP 1
#define UIP_TCP 1
-#endif /* UIP_CONF_
UD
P */
+#endif /* UIP_CONF_
TC
P */
/**
* Determines if support for opening connections from uIP should be
/**
* Determines if support for opening connections from uIP should be