From ccca8fddcd8cc9f2eb1020743e0c741f343b5789 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:59 -0500 Subject: [PATCH] spelling: targeting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/imu/bmi160/bmi160.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/drivers/imu/bmi160/bmi160.c b/src/fw/drivers/imu/bmi160/bmi160.c index 9ac39d4f..6fec68e4 100644 --- a/src/fw/drivers/imu/bmi160/bmi160.c +++ b/src/fw/drivers/imu/bmi160/bmi160.c @@ -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) // 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 // the other unit is powered up in Normal mode if (s_accel_power_mode == BMI160_Accel_Mode_Normal