Add missing MKS Robin TOUCH_CS_PIN (#15445)

2.0.x
Tanguy Pruvot 5 years ago committed by Scott Lahteine
parent b7dfbb6af5
commit 895f64fbab

@ -124,6 +124,10 @@
#define FSMC_CS_PIN PG12 // NE4
#define FSMC_RS_PIN PF0 // A0
#if ENABLED(TOUCH_BUTTONS)
#define TOUCH_CS_PIN PB1
#endif
//
// Custom SPI pins
//

Loading…
Cancel
Save