projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - TPI programming is broken in the AVRISP project because the busy-flag check...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
conf
/
uip-conf.h
diff --git
a/Projects/Webserver/Lib/uip/conf/uip-conf.h
b/Projects/Webserver/Lib/uip/conf/uip-conf.h
index
e89e7c4
..
b13d0e1
100644
(file)
--- 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;
*/
\r
#define UIP_CONF_UDP_CONNS 1
\r
\r
*/
\r
#define UIP_CONF_UDP_CONNS 1
\r
\r
+/**
\r
+ * Host identifier define (e.g. MAC address). If defined as 0,
\r
+ * this will use the internal MAC ethernet address define.
\r
+ */
\r
+#define UIP_NEIGHBOR_CONF_ADDRTYPE 0
\r
+
\r
//Include app configuration
\r
#include "apps-conf.h"
\r
\r
//Include app configuration
\r
#include "apps-conf.h"
\r
\r