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,