raisewake: Change names in line with the style guide
This commit is contained in:
committed by
Riku Isokoski
parent
49ad5be742
commit
e55a76f740
@@ -44,7 +44,7 @@ namespace Pinetime {
|
||||
}
|
||||
|
||||
bool ShouldShakeWake(uint16_t thresh);
|
||||
bool Should_RaiseWake(bool isSleeping);
|
||||
bool ShouldRaiseWake(bool isSleeping);
|
||||
|
||||
int32_t CurrentShakeSpeed() const {
|
||||
return accumulatedSpeed;
|
||||
@@ -76,7 +76,7 @@ namespace Pinetime {
|
||||
TickType_t time = 0;
|
||||
|
||||
int16_t x = 0;
|
||||
int16_t lastYForWakeUp = 0;
|
||||
int16_t lastYForRaiseWake = 0;
|
||||
int16_t lastY = 0;
|
||||
int16_t y = 0;
|
||||
int16_t lastZ = 0;
|
||||
|
||||
Reference in New Issue
Block a user