projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed accuracy of the SERIAL_UBBRVAL() and SERIAL_2X_UBBRVAL() macros for higher...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
HTTPServerApp.h
diff --git
a/Projects/Webserver/Lib/HTTPServerApp.h
b/Projects/Webserver/Lib/HTTPServerApp.h
index
13399b0
..
b113928
100644
(file)
--- a/
Projects/Webserver/Lib/HTTPServerApp.h
+++ b/
Projects/Webserver/Lib/HTTPServerApp.h
@@
-40,6
+40,8
@@
#include <avr/pgmspace.h>
\r
#include <string.h>
\r
\r
#include <avr/pgmspace.h>
\r
#include <string.h>
\r
\r
+ #include <LUFA/Version.h>
\r
+
\r
#include <uip.h>
\r
#include <ff.h>
\r
\r
#include <uip.h>
\r
#include <ff.h>
\r
\r
@@
-64,7
+66,7
@@
} MIME_Type_t;
\r
\r
/* Macros: */
\r
} MIME_Type_t;
\r
\r
/* Macros: */
\r
- /** TCP listen port for incom
m
ing HTTP traffic */
\r
+ /** TCP listen port for incoming HTTP traffic */
\r
#define HTTP_SERVER_PORT 80
\r
\r
/* Function Prototypes: */
\r
#define HTTP_SERVER_PORT 80
\r
\r
/* Function Prototypes: */
\r