🎨 HAS_SPI_FLASH => SPI_FLASH

This commit is contained in:
Scott Lahteine
2022-10-17 13:01:45 -05:00
parent 5809bdd400
commit dd3b65bb1f
22 changed files with 35 additions and 35 deletions

View File

@@ -396,8 +396,8 @@
#define SD_DETECT_PIN 41
#define HAS_SPI_FLASH 1
#if HAS_SPI_FLASH
#define SPI_FLASH
#if ENABLED(SPI_FLASH)
#define SPI_DEVICE 1
#define SPI_FLASH_SIZE 0x1000000 // 16MB
#define SPI_FLASH_CS_PIN 31