Browse Source

Returning back the master to dev. compatibility with IDF3.3 and above

lorol 4 years ago
parent
commit
af8c42b52c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/esp_littlefs.c

+ 1 - 1
src/esp_littlefs.c

@@ -12,7 +12,7 @@
  */
 
 //#define LOG_LOCAL_LEVEL 4
-#define CONFIG_LITTLEFS_FOR_IDF_3_2   /* For old IDF - like in release 1.0.4 */
+//#define CONFIG_LITTLEFS_FOR_IDF_3_2   /* For old IDF - like in release 1.0.4 */
 
 #include "esp_log.h"
 #include "esp_spi_flash.h"