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
/
uip
/
uipopt.h
diff --git
a/Projects/Webserver/Lib/uip/uipopt.h
b/Projects/Webserver/Lib/uip/uipopt.h
index
c8b3ad5
..
c8d0cd2
100644
(file)
--- a/
Projects/Webserver/Lib/uip/uipopt.h
+++ b/
Projects/Webserver/Lib/uip/uipopt.h
@@
-689,7
+689,7
@@
typedef union
uint8_t CurrentState;
uint8_t NextState;
- char FileName[
3
0];
+ char FileName[
5
0];
FIL FileHandle;
bool FileOpen;
uint32_t ACKedFilePos;