Allow pullup/downs on power loss pin (#14986)
This commit is contained in:
committed by
Scott Lahteine
parent
19e21a8f10
commit
67f8ba6fed
@@ -886,6 +886,10 @@ void setup() {
|
||||
runout.setup();
|
||||
#endif
|
||||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
recovery.setup();
|
||||
#endif
|
||||
|
||||
setup_killpin();
|
||||
|
||||
#if HAS_TMC220x
|
||||
|
Reference in New Issue
Block a user