Comment the command line interpreter and lwIP sockets based server code.

This commit is contained in:
Richard Barry 2011-08-01 16:03:49 +00:00
parent 723bed71bf
commit 5ca1d4194d
10 changed files with 271 additions and 245 deletions

View file

@ -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