X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e81a4c950f88aeed9cf3ff5b9911afffd1862716..fa3135d48530930aefd5ef4ca9d0def3faae474d:/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 76cd93719..63a445ca9 100644 --- a/Projects/Webserver/Lib/uip/conf/apps-conf.h +++ b/Projects/Webserver/Lib/uip/conf/apps-conf.h @@ -6,6 +6,7 @@ typedef struct { uint8_t CurrentState; + char FileName[13]; FIL FileToSend; bool FileOpen; } uip_tcp_appstate_t;