Add missing +TCP code.

This commit is contained in:
Richard Barry
2017-08-17 12:26:43 +00:00
parent 77e95538dc
commit e42a701e99
18 changed files with 11695 additions and 501 deletions

View File

@ -72,6 +72,9 @@
#include "FreeRTOS_TCP_server.h"
#include "FreeRTOS_server_private.h"
/* Remove the whole file if HTTP is not supported. */
#if( ipconfigUSE_HTTP == 1 )
/* FreeRTOS+FAT includes. */
#include "ff_stdio.h"
@ -453,3 +456,5 @@ static const char *pcGetContentsType (const char *apFname)
return pcResult;
}
#endif /* ipconfigUSE_HTTP */