From 7bccc39af7a88a57cb3c1e29754832d845aa1d3e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:36:50 -0500 Subject: [PATCH] spelling: bandwidth 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 43ed5096..5ddd86ed 100644 --- a/src/fw/drivers/imu/bma255/bma255.h +++ b/src/fw/drivers/imu/bma255/bma255.h @@ -60,7 +60,7 @@ typedef enum { //! These are the natively supported filter bandwidths of the bma255. //! Note that power consumption is tightly tied to the filter bandwidth. In //! order to run acceptably, we need to keep a bandwidth up in the 500Hz ~ 1kHz range. -//! Please see discussion below for more information on Bandwith, TSleep and ODR. +//! Please see discussion below for more information on Bandwidth, TSleep and ODR. typedef enum { BMA255Bandwidth_7p81HZ = 8, BMA255Bandwidth_15p63HZ = 9,