mirror of https://github.com/google/pebble
spelling: targeting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c477e689c9
commit
ccca8fddcd
|
@ -112,7 +112,7 @@ static void prv_write_reg(uint8_t reg, uint8_t value) {
|
||||||
// Wait 2 us (active mode) or 450 us (suspend mode)
|
// Wait 2 us (active mode) or 450 us (suspend mode)
|
||||||
// before issuing the next read or write command.
|
// before issuing the next read or write command.
|
||||||
//
|
//
|
||||||
// TODO: I'm pretty sure if commands are specifically targetting
|
// TODO: I'm pretty sure if commands are specifically targeting
|
||||||
// a unit in suspend mode, we will need to delay for 450us even if
|
// a unit in suspend mode, we will need to delay for 450us even if
|
||||||
// the other unit is powered up in Normal mode
|
// the other unit is powered up in Normal mode
|
||||||
if (s_accel_power_mode == BMI160_Accel_Mode_Normal
|
if (s_accel_power_mode == BMI160_Accel_Mode_Normal
|
||||||
|
|
Loading…
Reference in New Issue