0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 23:49:49 +00:00

Add missing MKS Robin TOUCH_CS_PIN (#15445)

This commit is contained in:
Tanguy Pruvot 2019-10-04 08:51:07 +02:00 committed by Scott Lahteine
parent b7dfbb6af5
commit 895f64fbab

View file

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