Skip to content

Commit

Permalink
Update pins_MKS_ROBIN_E3D.h
Browse files Browse the repository at this point in the history
  • Loading branch information
makerbase-mks authored May 13, 2020
1 parent 26ca392 commit 2229e68
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
//
#if ENABLED(TMC_USE_SW_SPI)
#ifndef TMC_SW_MOSI
#define TMC_SW_MOSI PD14
#define TMC_SW_MOSI PB15
#endif
#ifndef TMC_SW_MISO
#define TMC_SW_MISO PD1
#define TMC_SW_MISO PB14
#endif
#ifndef TMC_SW_SCK
#define TMC_SW_SCK PD0
#define TMC_SW_SCK PB13
#endif
#endif

Expand Down

0 comments on commit 2229e68

Please sign in to comment.