projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add DHCP server to the Webserver demo for automatic network configuration. Correct...
[pub/lufa.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
conf
/
global-conf.h
diff --git
a/Projects/Webserver/Lib/uip/conf/global-conf.h
b/Projects/Webserver/Lib/uip/conf/global-conf.h
index
a9f118d
..
5cfc607
100644
(file)
--- a/
Projects/Webserver/Lib/uip/conf/global-conf.h
+++ b/
Projects/Webserver/Lib/uip/conf/global-conf.h
@@
-2,10
+2,6
@@
#ifndef __GLOBAL_CONF_H__
\r
#define __GLOBAL_CONF_H__
\r
\r
-//Define frequency
\r
-// #define F_CPU 12500000UL
\r
-//
\r
-
\r
//Include uip.h gives all the uip configurations in uip-conf.h
\r
#include "uip.h"
\r
\r