mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 04:06:34 +00:00
Fix compile warning
Fix compile warning
This commit is contained in:
parent
a19d491b54
commit
992afd4b05
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user