Clean up SPI and ST7920 defines (#19956)

This commit is contained in:
Scott Lahteine
2020-11-01 04:40:59 -06:00
committed by GitHub
parent 4a39c8cd53
commit 22bf2b49c6
21 changed files with 68 additions and 82 deletions

View File

@@ -41,8 +41,7 @@
//
// Note: MKS Robin board is using SPI2 interface.
//
//#define SPI_MODULE 2
#define ENABLE_SPI2
#define SPI_DEVICE 2
//
// Servos
@@ -191,7 +190,6 @@
#endif
#if SD_CONNECTION_IS(LCD)
#define ENABLE_SPI2
#define SD_DETECT_PIN PG3
#define SCK_PIN PB13
#define MISO_PIN PB14