🎨 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

@@ -308,8 +308,8 @@
#define BOARD_ST7920_DELAY_3 125
#endif
#define HAS_SPI_FLASH 1
#if HAS_SPI_FLASH
#define SPI_FLASH
#if ENABLED(SPI_FLASH)
#define SPI_FLASH_SIZE 0x1000000 // 16MB
#define SPI_FLASH_CS_PIN PB12 // Flash chip-select
#define SPI_FLASH_MOSI_PIN PB15