1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 21:36:21 +00:00

🩹 Update TRONXY_V10 SPI_FLASH pins

This commit is contained in:
Scott Lahteine 2023-03-24 18:43:53 -05:00
parent 376e940ae9
commit 26cb2d5b08

View File

@ -72,10 +72,10 @@
//#define SPI_FLASH
#if ENABLED(SPI_FLASH)
#define SPI_FLASH_SIZE 0x200000 // 2MB
#define W25QXX_CS_PIN PG15 // SPI2
#define W25QXX_MOSI_PIN PB5
#define W25QXX_MISO_PIN PB4
#define W25QXX_SCK_PIN PB3
#define SPI_FLASH_CS_PIN PG15 // SPI2
#define SPI_FLASH_MOSI_PIN PB5
#define SPI_FLASH_MISO_PIN PB4
#define SPI_FLASH_SCK_PIN PB3
#endif
//