Skip to content

Commit d74e653

Browse files
committed
🩹 Update TRONXY_V10 SPI_FLASH pins
1 parent ec91d5a commit d74e653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Marlin/src/pins/stm32f4/pins_TRONXY_V10.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
//#define SPI_FLASH
7373
#if ENABLED(SPI_FLASH)
7474
#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
75+
#define SPI_FLASH_CS_PIN PG15 // SPI2
76+
#define SPI_FLASH_MOSI_PIN PB5
77+
#define SPI_FLASH_MISO_PIN PB4
78+
#define SPI_FLASH_SCK_PIN PB3
7979
#endif
8080

8181
//

0 commit comments

Comments
 (0)