Skip to content

Commit

Permalink
Fix MarlinFirmware#17205 Don't setup encoder pins with a ZONESTAR_LCD
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and ellensp committed Jun 17, 2020
1 parent 8b320f9 commit 7941c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_RAMPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@

#endif // HAS_SPI_LCD

#if ENABLED(REPRAPWORLD_KEYPAD)
#if ENABLED(REPRAPWORLD_KEYPAD) && !ENABLED(ZONESTAR_LCD)
#define SHIFT_OUT 40
#define SHIFT_CLK 44
#define SHIFT_LD 42
Expand Down

0 comments on commit 7941c05

Please sign in to comment.