Fix FYSETC_S6 heaters pins (#21483)
When adding support FYSETC Spider board the S6 pins file was broken.
This commit is contained in:
parent
2b0fcc79c5
commit
e787cdd1cb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user