Skip to content
Snippets Groups Projects
Commit cb4cd760 authored by ellensp's avatar ellensp Committed by Scott Lahteine
Browse files

Fix TMC_SW_MOSI for BTT_SKR_MINI_V1.1 (#16081)

parent 54f75ebb
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,13 @@
#define E0_ENABLE_PIN PC4
#if ENABLED(TMC_USE_SW_SPI)
#ifndef TMC_SW_MOSI
#ifndef TMC_SW_SCK
#define TMC_SW_SCK PB3
#endif
#ifndef TMC_SW_MISO
#define TMC_SW_MISO PB4
#endif
#ifndef TMC_SW_SCK
#ifndef TMC_SW_MOSI
#define TMC_SW_MOSI PB5
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment