🎨 HAS_SPI_FLASH => SPI_FLASH

This commit is contained in:
Scott Lahteine
2022-10-17 13:01:45 -05:00
parent 031ff2d024
commit 9ae0789166
22 changed files with 35 additions and 35 deletions

View File

@ -27,8 +27,8 @@
#include "../../../inc/MarlinConfig.h"
#include "SPIFlashStorage.h"
#if !HAS_SPI_FLASH
#error "HAS_SPI_FLASH is required with TFT_LVGL_UI."
#if DISABLED(SPI_FLASH)
#error "SPI_FLASH is required with TFT_LVGL_UI."
#endif
extern W25QXXFlash W25QXX;