Skip to content

Commit db32552

Browse files
committed
fix: fsdata_custom is not used
Fixes #97 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 76a552a commit db32552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lwipopts_default.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums
247247

248248
/** Set this to 1 to include "fsdata_custom.c" instead of "fsdata.c" for the
249249
* file system (to prevent changing the file included in CVS) */
250-
#define HTTPD_USE_CUSTOM_FSDATA 1
250+
#define HTTPD_USE_CUSTOM_FSDATA 0
251251

252252
/*
253253
------------------------------------

0 commit comments

Comments
 (0)