From 992afd4b0585c112995ab1f45c66e61b86ae7991 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:26:45 +0200 Subject: [PATCH] Fix compile warning Fix compile warning --- sonoff/xdrv_10_scripter.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sonoff/xdrv_10_scripter.ino b/sonoff/xdrv_10_scripter.ino index d56957dc0..dfda351cf 100644 --- a/sonoff/xdrv_10_scripter.ino +++ b/sonoff/xdrv_10_scripter.ino @@ -2603,8 +2603,10 @@ const char HTTP_FORM_SDC_HREF[] PROGMEM = #ifdef USE_SCRIPT_FATFS #if USE_LONG_FILE_NAMES>0 +#undef REJCMPL #define REJCMPL 6 #else +#undef REJCMPL #define REJCMPL 8 #endif