host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL

pull/3738/head
Ivan Grokhotkov 2019-06-19 21:24:51 +08:00
rodzic 240192f9fa
commit ebcb08ec89
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
//currently use the legacy implementation, since the stubs for new HAL are not done yet
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1

Wyświetl plik

@ -18,4 +18,5 @@
#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

Wyświetl plik

@ -5,5 +5,5 @@
#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