diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-01 21:04:48 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-01 21:04:48 (GMT) |
| commit | 79fc7313648ac07885f17e51260f44e858410d22 (patch) | |
| tree | 34cce96f7da7d119516540ef38b69844589f276d /src/displayapp/DisplayApp.cpp | |
| parent | c7f80dc5b3ccb2db08355b993a7855a5655e7d6b (diff) | |
Game complete hopefully
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 223b150..cb381aa 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, motionController); + currentScreen = std::make_unique<Screens::Motion>(this, *systemTask, motionController); break; } currentApp = app; |
