Skip to content

Commit

Permalink
YHCB2004 pins followup (MarlinFirmware#21472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertabreak committed Mar 29, 2021
1 parent c45b91a commit 001c77d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Marlin/src/pins/mega/pins_GT2560_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,16 @@

#if ENABLED(YHCB2004)
#ifndef YHCB2004_CLK
#define YHCB2004_CLK 5
#define DIO52 YHCB2004_CLK
#define YHCB2004_CLK 5
#define DIO52 YHCB2004_CLK
#endif
#ifndef YHCB2004_MOSI
#define YHCB2004_MOSI 36
#define DIO51 YHCB2004_MOSI
#define YHCB2004_MOSI 21
#define DIO50 YHCB2004_MOSI
#endif
#ifndef YHCB2004_MISO
#define YHCB2004_MISO 21
#define DIO50 YHCB2004_MISO
#define YHCB2004_MISO 36
#define DIO51 YHCB2004_MISO
#endif
#elif HAS_WIRED_LCD
#ifndef LCD_PINS_RS
Expand Down Expand Up @@ -209,4 +209,4 @@
#ifndef BTN_ENC
#define BTN_ENC 19
#endif
#endif
#endif

0 comments on commit 001c77d

Please sign in to comment.