Skip to content

Commit

Permalink
Fix SKR E3 DIP pin CLCD_SPI_CS (#20078)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pkn07 authored Nov 10, 2020
1 parent a70fdfa commit 6ce1eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_BTT_SKR_E3_DIP.h
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
#define BEEPER_PIN PB6

#define CLCD_MOD_RESET PA9
#define CLCD_SPI_CS PA8
#define CLCD_SPI_CS PB8

#endif // TOUCH_UI_FTDI_EVE && LCD_FYSETC_TFT81050

Expand Down

0 comments on commit 6ce1eeb

Please sign in to comment.