diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:53:10 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-01 22:56:55 (GMT) |
| commit | b9f3e0d8bdb4ed02a9364fe1d025e441dc7c8ded (patch) | |
| tree | 6833dcfffee37a710b4366331084d09e02727ff6 /src/displayapp/DisplayApp.cpp | |
| parent | 2557f8ed6226916d1a82905e7fed3987b3f774f5 (diff) | |
.
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index cb381aa..e4c7a6c 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -389,7 +389,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) currentScreen = std::make_unique<Screens::StopWatch>(this, *systemTask); break; case Apps::Motion: - currentScreen = std::make_unique<Screens::Motion>(this, *systemTask, motionController); + currentScreen = std::make_unique<Screens::Motion>(this, *systemTask, motionController, motorController); break; } currentApp = app; |
