diff options
| author | Jean-François Milants <jf@codingfield.com> | 2023-11-01 21:06:26 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2023-11-19 21:13:55 +0100 |
| commit | 473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 (patch) | |
| tree | d0ea2ff836a8efdbea5558a3d491760ccdd4d2ba /src/displayapp/screens/Motion.h | |
| parent | 97ba1a456df385798875c41b29e17273bac92c2d (diff) | |
Fix code formatting
Diffstat (limited to 'src/displayapp/screens/Motion.h')
| -rw-r--r-- | src/displayapp/screens/Motion.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index 3ef570d6..9cd126f4 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -32,10 +32,12 @@ namespace Pinetime { lv_task_t* taskRefresh; }; } + template <> struct AppTraits<Apps::Motion> { static constexpr Apps app = Apps::Motion; static constexpr const char* icon = "M"; + static Screens::Screen* Create(AppControllers& controllers) { return new Screens::Motion(controllers.motionController); }; |
