aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uipopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Lib/uip/uipopt.h')
-rw-r--r--Projects/Webserver/Lib/uip/uipopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/Lib/uip/uipopt.h b/Projects/Webserver/Lib/uip/uipopt.h
index 5fca686a2..244ce1df1 100644
--- 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;