lowersleep: Fix InfiniSim build

This commit is contained in:
FintasticMan
2023-08-30 11:48:23 +02:00
parent 0dd9c5e84d
commit d7dee49201
2 changed files with 16 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ namespace Pinetime {
bool ShouldShakeWake(uint16_t thresh);
bool ShouldRaiseWake() const;
bool ShouldLowerSleep() const;
int32_t CurrentShakeSpeed() const {
return accumulatedSpeed;