🎨 HAS_SPI_FLASH => SPI_FLASH
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user