diff options
Diffstat (limited to 'src/displayapp/Messages.h')
| -rw-r--r-- | src/displayapp/Messages.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index b0690e3..ce65f84 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -3,8 +3,17 @@ namespace Pinetime { namespace Applications { namespace Display { enum class Messages : uint8_t { - GoToSleep, GoToRunning, UpdateDateTime, UpdateBleConnection, UpdateBatteryLevel, TouchEvent, ButtonPushed, - NewNotification, BleFirmwareUpdateStarted, UpdateTimeOut + GoToSleep, + GoToRunning, + UpdateDateTime, + UpdateBleConnection, + UpdateBatteryLevel, + TouchEvent, + ButtonPushed, + NewNotification, + TimerDone, + BleFirmwareUpdateStarted, + UpdateTimeOut }; } } |
