mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add missing +TCP code.
This commit is contained in:
parent
77e95538dc
commit
e42a701e99
18 changed files with 11695 additions and 501 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue