mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +00:00
Fix compile of my last change in httpd_opts.h (use of undefined preprocessor macro)
This commit is contained in:
parent
2b1ebda6f1
commit
b17c050861
@ -313,7 +313,7 @@
|
|||||||
/** Filename (including path) to use as FS data file */
|
/** Filename (including path) to use as FS data file */
|
||||||
#if !defined HTTPD_FSDATA_FILE || defined __DOXYGEN__
|
#if !defined HTTPD_FSDATA_FILE || defined __DOXYGEN__
|
||||||
/* HTTPD_USE_CUSTOM_FSDATA: Compatibility with deprecated lwIP option */
|
/* HTTPD_USE_CUSTOM_FSDATA: Compatibility with deprecated lwIP option */
|
||||||
#if HTTPD_USE_CUSTOM_FSDATA
|
#if defined(HTTPD_USE_CUSTOM_FSDATA) && (HTTPD_USE_CUSTOM_FSDATA != 0)
|
||||||
#define HTTPD_FSDATA_FILE "fsdata_custom.c"
|
#define HTTPD_FSDATA_FILE "fsdata_custom.c"
|
||||||
#else
|
#else
|
||||||
#define HTTPD_FSDATA_FILE "fsdata.c"
|
#define HTTPD_FSDATA_FILE "fsdata.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user