projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make Webserver allow HTTP requests for files with up to 50 characters in the path...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
DHCPClientApp.c
diff --git
a/Projects/Webserver/Lib/DHCPClientApp.c
b/Projects/Webserver/Lib/DHCPClientApp.c
index
64cd707
..
2097062
100644
(file)
--- a/
Projects/Webserver/Lib/DHCPClientApp.c
+++ b/
Projects/Webserver/Lib/DHCPClientApp.c
@@
-36,7
+36,7
@@
\r
#include "DHCPClientApp.h"
\r
\r
\r
#include "DHCPClientApp.h"
\r
\r
-#if defined(ENABLE_DHCP) || defined(__DOXYGEN__)
\r
+#if defined(ENABLE_DHCP
_CLIENT
) || defined(__DOXYGEN__)
\r
/** Timer for managing the timeout period for a DHCP server to respond */
\r
struct timer DHCPTimer;
\r
\r
/** Timer for managing the timeout period for a DHCP server to respond */
\r
struct timer DHCPTimer;
\r
\r