projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing eol-style properties to new source files.
[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
5fca686
..
244ce1d
100644
(file)
--- a/
Projects/Webserver/Lib/uip/uipopt.h
+++ b/
Projects/Webserver/Lib/uip/uipopt.h
@@
-691,7
+691,7
@@
typedef union
uint8_t CurrentState;
uint8_t NextState;
- char FileName[
50
];
+ char FileName[
MAX_URI_LENGTH
];
FIL FileHandle;
bool FileOpen;
uint32_t ACKedFilePos;