From 572925d9fb540fce3ab6048759333027264fc3b2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:19:07 -0500 Subject: [PATCH] spelling: achieve Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/drivers/imu/bma255/bma255.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/drivers/imu/bma255/bma255.h b/src/fw/drivers/imu/bma255/bma255.h index be5757e3..43ed5096 100644 --- a/src/fw/drivers/imu/bma255/bma255.h +++ b/src/fw/drivers/imu/bma255/bma255.h @@ -74,7 +74,7 @@ typedef enum { BMA255BandwidthCount } BMA255Bandwidth; -//! In order to acheive low power consumptions, the BMA255 Output Data Rate (ODR) +//! In order to achieve low power consumptions, the BMA255 Output Data Rate (ODR) //! is determined by a combination of: //! - high-bandwidth operating rate: //! Less filtering is done on the bma255, which has a direct impact on power consumption.