From 61f4be45ec3d4251a687bfcde7452d26d0a76c98 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 6 Nov 2020 14:50:46 +1100 Subject: [PATCH] fatfs: Make host sdkconfig compatible --- components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h b/components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h index 1c08df4ae4..2666177452 100644 --- a/components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h +++ b/components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h @@ -5,4 +5,4 @@ #define CONFIG_PARTITION_TABLE_OFFSET 0x8000 #define CONFIG_ESPTOOLPY_FLASHSIZE "8MB" //currently use the legacy implementation, since the stubs for new HAL are not done yet -#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL +#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1