mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fixes to errors that I introduced from Pelle Winderstam
This commit is contained in:
parent
8d2a8fc03f
commit
4aafdfd280
1 changed files with 3 additions and 3 deletions
|
|
@ -88,14 +88,14 @@
|
|||
# define CONFIG_NETUTILS_HTTPD_MAXPATH PATH_MAX
|
||||
#endif
|
||||
|
||||
#define HTTPD_MAX_FILENAME CONFIG_HTTPD_MAXPATH
|
||||
#define HTTPD_MAX_FILENAME CONFIG_NETUTILS_HTTPD_MAXPATH
|
||||
|
||||
/* Other tunable values. If you need to change these values, please create
|
||||
* new configurations in apps/netutils/webserver/Kconfig
|
||||
*/
|
||||
|
||||
#defien HTTPD_MAX_CONTENTLEN 32
|
||||
#defien HTTPD_MAX_HEADERLEN 180
|
||||
#define HTTPD_MAX_CONTENTLEN 32
|
||||
#define HTTPD_MAX_HEADERLEN 180
|
||||
|
||||
/****************************************************************************
|
||||
* Public types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue