Skip to content

Commit bf83493

Browse files
authored
Merge pull request #746 from Quantum-cross/recovery-fix
fix building of Recovery image
2 parents 8165c86 + 4a59e54 commit bf83493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/displayapp/DisplayAppRecovery.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <date/date.h>
1111
#include <drivers/Watchdog.h>
1212
#include <components/motor/MotorController.h>
13+
#include <BootErrors.h>
1314
#include "TouchEvents.h"
1415
#include "Apps.h"
1516
#include "Messages.h"
@@ -58,6 +59,7 @@ namespace Pinetime {
5859
Pinetime::Controllers::AlarmController& alarmController,
5960
Pinetime::Controllers::TouchHandler& touchHandler);
6061
void Start();
62+
void Start(Pinetime::System::BootErrors){ Start(); };
6163
void PushMessage(Pinetime::Applications::Display::Messages msg);
6264
void Register(Pinetime::System::SystemTask* systemTask);
6365

0 commit comments

Comments
 (0)