From f33e1614edd57429657a35f1fc53f379e1c793ba Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 11 Mar 2025 17:07:43 +0100 Subject: [PATCH] Fix typo in accgyro_spi_icm426xx.c (#14290) --- src/main/drivers/accgyro/accgyro_spi_icm426xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/drivers/accgyro/accgyro_spi_icm426xx.c b/src/main/drivers/accgyro/accgyro_spi_icm426xx.c index 5e8e4cc574..204b547c56 100644 --- a/src/main/drivers/accgyro/accgyro_spi_icm426xx.c +++ b/src/main/drivers/accgyro/accgyro_spi_icm426xx.c @@ -169,7 +169,7 @@ static aafConfig_t aafLUT42688[AAF_CONFIG_COUNT] = { // see table in section 5. [AAF_CONFIG_1962HZ] = { 37, 1376, 4 }, }; -// Possible gyro Anti-Alias Filter (AAF) cutoffs for ICM-42688P +// Possible gyro Anti-Alias Filter (AAF) cutoffs for ICM-42605 // actual cutoff differs slightly from those of the 42688P static aafConfig_t aafLUT42605[AAF_CONFIG_COUNT] = { // see table in section 5.3 [AAF_CONFIG_258HZ] = { 21, 440, 6 }, // actually 249 Hz