aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-27 13:45:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-27 13:45:08 +0000
commitcec699ac591a679010e07431dfb17823a79856df (patch)
treef7fa9a70db6018a6068f14e7c248893d866bc95f /Projects/Webserver/Lib/uip
parenta960e4b3b2ae72c6c3573fb690a1b9cde1642bc0 (diff)
downloadlufa-cec699ac591a679010e07431dfb17823a79856df.tar.gz
lufa-cec699ac591a679010e07431dfb17823a79856df.tar.bz2
lufa-cec699ac591a679010e07431dfb17823a79856df.zip
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
Diffstat (limited to 'Projects/Webserver/Lib/uip')
-rw-r--r--Projects/Webserver/Lib/uip/conf/uip-conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Projects/Webserver/Lib/uip/conf/uip-conf.h b/Projects/Webserver/Lib/uip/conf/uip-conf.h
index e89e7c4c6..b13d0e19f 100644
--- a/Projects/Webserver/Lib/uip/conf/uip-conf.h
+++ b/Projects/Webserver/Lib/uip/conf/uip-conf.h
@@ -113,6 +113,12 @@ typedef unsigned short uip_stats_t;
*/
#define UIP_CONF_UDP_CONNS 1
+/**
+ * Host identifier define (e.g. MAC address). If defined as 0,
+ * this will use the internal MAC ethernet address define.
+ */
+#define UIP_NEIGHBOR_CONF_ADDRTYPE 0
+
//Include app configuration
#include "apps-conf.h"