Fix compile warning

Fix compile warning
This commit is contained in:
Theo Arends 2019-07-09 12:26:45 +02:00
parent a19d491b54
commit 992afd4b05
1 changed files with 2 additions and 0 deletions

View File

@ -2603,8 +2603,10 @@ const char HTTP_FORM_SDC_HREF[] PROGMEM =
#ifdef USE_SCRIPT_FATFS #ifdef USE_SCRIPT_FATFS
#if USE_LONG_FILE_NAMES>0 #if USE_LONG_FILE_NAMES>0
#undef REJCMPL
#define REJCMPL 6 #define REJCMPL 6
#else #else
#undef REJCMPL
#define REJCMPL 8 #define REJCMPL 8
#endif #endif