Allow suicide pin inverting (#15586)
This commit is contained in:
committed by
Scott Lahteine
parent
2a7e1d459f
commit
82fb046013
@@ -217,7 +217,7 @@ void setup_killpin() {
|
||||
|
||||
void setup_powerhold() {
|
||||
#if HAS_SUICIDE
|
||||
OUT_WRITE(SUICIDE_PIN, HIGH);
|
||||
OUT_WRITE(SUICIDE_PIN, !SUICIDE_PIN_INVERTING);
|
||||
#endif
|
||||
#if ENABLED(PSU_CONTROL)
|
||||
#if ENABLED(PS_DEFAULT_OFF)
|
||||
|
||||
Reference in New Issue
Block a user