ClosedLoop as singleton

This commit is contained in:
Scott Lahteine
2020-06-28 13:48:48 -05:00
parent 30ee0d3800
commit 48151d1778
6 changed files with 29 additions and 13 deletions

View File

@@ -1136,7 +1136,7 @@ void setup() {
#endif
#if ENABLED(EXTERNAL_CLOSED_LOOP_CONTROLLER)
SETUP_RUN(init_closedloop());
SETUP_RUN(closedloop.init());
#endif
#ifdef STARTUP_COMMANDS