From 605fe7756e4248086e4ce383642435243414c957 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:16:10 -0500 Subject: [PATCH] spelling: accelerometer Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/board/boards/board_silk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/board/boards/board_silk.h b/src/fw/board/boards/board_silk.h index 00e644af..55273f94 100644 --- a/src/fw/board/boards/board_silk.h +++ b/src/fw/board/boards/board_silk.h @@ -115,7 +115,7 @@ static const BoardConfigAccel BOARD_CONFIG_ACCEL = { .axes_inverts[AXIS_Y] = true, .axes_inverts[AXIS_Z] = true, #endif - // This is affected by the acceleromter's configured ODR, so this value + // This is affected by the accelerometer's configured ODR, so this value // will need to be tuned again once we stop locking the BMA255 to an ODR of // 125 Hz. .shake_thresholds[AccelThresholdHigh] = 64,