mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-18 14:08:21 +08:00
Add missing +TCP code.
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user