🩹 Update TRONXY_V10 SPI_FLASH pins
This commit is contained in:
@@ -72,10 +72,10 @@
|
|||||||
//#define SPI_FLASH
|
//#define SPI_FLASH
|
||||||
#if ENABLED(SPI_FLASH)
|
#if ENABLED(SPI_FLASH)
|
||||||
#define SPI_FLASH_SIZE 0x200000 // 2MB
|
#define SPI_FLASH_SIZE 0x200000 // 2MB
|
||||||
#define W25QXX_CS_PIN PG15 // SPI2
|
#define SPI_FLASH_CS_PIN PG15 // SPI2
|
||||||
#define W25QXX_MOSI_PIN PB5
|
#define SPI_FLASH_MOSI_PIN PB5
|
||||||
#define W25QXX_MISO_PIN PB4
|
#define SPI_FLASH_MISO_PIN PB4
|
||||||
#define W25QXX_SCK_PIN PB3
|
#define SPI_FLASH_SCK_PIN PB3
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user