Browse Source

Add missing MKS Robin TOUCH_CS_PIN (#15445)

pull/1/head
Tanguy Pruvot 5 years ago
committed by Scott Lahteine
parent
commit
895f64fbab
  1. 4
      Marlin/src/pins/stm32/pins_MKS_ROBIN.h

4
Marlin/src/pins/stm32/pins_MKS_ROBIN.h

@ -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