X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d26a9ed5fd6fc60a0dfa61d04f5ae2bd7163a85d..d11ed10c5314c44dc01c06954d1d73d4894cbff8:/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 fc9727dcd..76cd93719 100644 --- a/Projects/Webserver/Lib/uip/conf/apps-conf.h +++ b/Projects/Webserver/Lib/uip/conf/apps-conf.h @@ -1,10 +1,13 @@ #ifndef __APPS_CONF_H__ #define __APPS_CONF_H__ + #include + typedef struct { uint8_t CurrentState; - char* SendPos; + FIL FileToSend; + bool FileOpen; } uip_tcp_appstate_t; typedef struct