projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clean up HTTP webserver code in the Webserver project, so that it follows the uIP...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
uip
/
conf
/
apps-conf.h
diff --git
a/Projects/Webserver/Lib/uip/conf/apps-conf.h
b/Projects/Webserver/Lib/uip/conf/apps-conf.h
index
540fc33
..
0060f1f
100644
(file)
--- a/
Projects/Webserver/Lib/uip/conf/apps-conf.h
+++ b/
Projects/Webserver/Lib/uip/conf/apps-conf.h
@@
-5,13
+5,14
@@
\r
typedef struct
\r
{
\r
\r
typedef struct
\r
{
\r
- uint8_t
Prev
State;
\r
- uint8_t
Curren
tState;
\r
+ uint8_t
Current
State;
\r
+ uint8_t
Nex
tState;
\r
\r
\r
- FIL FileHandle;
\r
- char FileName[50];
\r
- bool FileOpen;
\r
- uint32_t CurrentFilePos;
\r
+ char FileName[30];
\r
+ FIL FileHandle;
\r
+ bool FileOpen;
\r
+ uint32_t ACKedFilePos;
\r
+ uint16_t SentChunkSize;
\r
} uip_tcp_appstate_t;
\r
\r
typedef struct
\r
} uip_tcp_appstate_t;
\r
\r
typedef struct
\r