Allow pullup/downs on power loss pin (#14986)

This commit is contained in:
Tim Moore
2019-08-20 00:40:44 -07:00
committed by Scott Lahteine
parent 19e21a8f10
commit 67f8ba6fed
101 changed files with 122 additions and 1 deletions

View File

@@ -886,6 +886,10 @@ void setup() {
runout.setup();
#endif
#if ENABLED(POWER_LOSS_RECOVERY)
recovery.setup();
#endif
setup_killpin();
#if HAS_TMC220x