Skip to content

Commit

Permalink
Fix FYSETC_S6 heaters pins (#21483)
Browse files Browse the repository at this point in the history
When adding support FYSETC Spider board the S6 pins file was broken.
  • Loading branch information
mvwieringen authored Mar 31, 2021
1 parent 6175802 commit df297b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@
#ifndef HEATER_0_PIN
#define HEATER_0_PIN PB3
#endif
#ifndef HEATER_0_PIN
#ifndef HEATER_1_PIN
#define HEATER_1_PIN PB4
#endif
#ifndef HEATER_0_PIN
#ifndef HEATER_2_PIN
#define HEATER_2_PIN PB15
#endif
#ifndef HEATER_0_PIN
#ifndef HEATER_BED_PIN
#define HEATER_BED_PIN PC8
#endif

Expand Down

0 comments on commit df297b6

Please sign in to comment.