We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376e940 commit 26cb2d5Copy full SHA for 26cb2d5
Marlin/src/pins/stm32f4/pins_TRONXY_V10.h
@@ -72,10 +72,10 @@
72
//#define SPI_FLASH
73
#if ENABLED(SPI_FLASH)
74
#define SPI_FLASH_SIZE 0x200000 // 2MB
75
- #define W25QXX_CS_PIN PG15 // SPI2
76
- #define W25QXX_MOSI_PIN PB5
77
- #define W25QXX_MISO_PIN PB4
78
- #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
79
#endif
80
81
//
0 commit comments