aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/SystemInfo.h
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-06-20 21:46:51 +0200
committerKieran Cawthray <kieranc@gmail.com>2021-06-20 21:46:51 +0200
commitb130ffa39cef1ddca5e81d83e03bf0ade66a1458 (patch)
treee80854384d74536ce6721c7484f91b4af537b2fe /src/displayapp/screens/SystemInfo.h
parentd7b73f11823a988e31287551887940e6683f1aee (diff)
parent20a24f8cf56551eae1202f8dc5733bd0cf61adbf (diff)
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'src/displayapp/screens/SystemInfo.h')
-rw-r--r--src/displayapp/screens/SystemInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h
index c61a07a2..9d471f61 100644
--- a/src/displayapp/screens/SystemInfo.h
+++ b/src/displayapp/screens/SystemInfo.h
@@ -27,7 +27,8 @@ namespace Pinetime {
Pinetime::Controllers::Battery& batteryController,
Pinetime::Controllers::BrightnessController& brightnessController,
Pinetime::Controllers::Ble& bleController,
- Pinetime::Drivers::WatchdogView& watchdog);
+ Pinetime::Drivers::WatchdogView& watchdog,
+ Pinetime::Controllers::MotionController& motionController);
~SystemInfo() override;
bool Refresh() override;
bool OnButtonPushed() override;
@@ -41,6 +42,7 @@ namespace Pinetime {
Pinetime::Controllers::BrightnessController& brightnessController;
Pinetime::Controllers::Ble& bleController;
Pinetime::Drivers::WatchdogView& watchdog;
+ Pinetime::Controllers::MotionController& motionController;
ScreenList<5> screens;