mirror of
https://github.com/google/pebble.git
synced 2025-11-19 05:50:54 -05:00
spelling: hardware
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -570,7 +570,7 @@ bool accel_is_idle(void) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// It was idle recently, see if it's still idle. Note we are avoiding reading the accel hardwware again here
|
// It was idle recently, see if it's still idle. Note we are avoiding reading the accel hardware again here
|
||||||
// to keep this call as lightweight as possible. Instead we are just comparing the last read value with
|
// to keep this call as lightweight as possible. Instead we are just comparing the last read value with
|
||||||
// the value last captured by analytics (which does so on an hourly heartbeat).
|
// the value last captured by analytics (which does so on an hourly heartbeat).
|
||||||
AccelRawData accel_data;
|
AccelRawData accel_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user