diff options
| author | Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> | 2021-10-11 21:12:36 (GMT) |
|---|---|---|
| committer | Quantum-cross <7065792+Quantum-cross@users.noreply.github.com> | 2021-10-15 03:32:58 (GMT) |
| commit | 4a59e544ba7a2ccd051604acece0f03c5e5222e7 (patch) | |
| tree | 3c67f390a587b4f713f11730da70c326fe21828f | |
| parent | 91b2e50252f488b490ce6659293d633b029c34c7 (diff) | |
fix building of Recovery image.
| -rw-r--r-- | src/displayapp/DisplayAppRecovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/DisplayAppRecovery.h b/src/displayapp/DisplayAppRecovery.h index 425e0ac..9f5fb13 100644 --- a/src/displayapp/DisplayAppRecovery.h +++ b/src/displayapp/DisplayAppRecovery.h @@ -10,6 +10,7 @@ #include <date/date.h> #include <drivers/Watchdog.h> #include <components/motor/MotorController.h> +#include <BootErrors.h> #include "TouchEvents.h" #include "Apps.h" #include "Messages.h" @@ -58,6 +59,7 @@ namespace Pinetime { Pinetime::Controllers::AlarmController& alarmController, Pinetime::Controllers::TouchHandler& touchHandler); void Start(); + void Start(Pinetime::System::BootErrors){ Start(); }; void PushMessage(Pinetime::Applications::Display::Messages msg); void Register(Pinetime::System::SystemTask* systemTask); |
