mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Comment the command line interpreter and lwIP sockets based server code.
This commit is contained in:
parent
723bed71bf
commit
5ca1d4194d
10 changed files with 271 additions and 245 deletions
|
@ -32,6 +32,12 @@
|
|||
#ifndef __LWIPOPTS_H__
|
||||
#define __LWIPOPTS_H__
|
||||
|
||||
/* Functions used to obtain and release exclusive access to the Tx buffer. The
|
||||
Get function will block if the Tx buffer is not available - use with care! */
|
||||
signed char *pcLwipBlockingGetTxBuffer( void );
|
||||
void vLwipAppsReleaseTxBuffer( void );
|
||||
|
||||
|
||||
/* SSI options. */
|
||||
#define TCPIP_THREAD_NAME "tcpip"
|
||||
#define LWIP_HTTPD_MAX_TAG_NAME_LEN 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue