Skip to content

Commit f33e161

Browse files
authored
Fix typo in accgyro_spi_icm426xx.c (betaflight#14290)
1 parent 9e53f4a commit f33e161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/drivers/accgyro/accgyro_spi_icm426xx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ static aafConfig_t aafLUT42688[AAF_CONFIG_COUNT] = { // see table in section 5.
169169
[AAF_CONFIG_1962HZ] = { 37, 1376, 4 },
170170
};
171171

172-
// Possible gyro Anti-Alias Filter (AAF) cutoffs for ICM-42688P
172+
// Possible gyro Anti-Alias Filter (AAF) cutoffs for ICM-42605
173173
// actual cutoff differs slightly from those of the 42688P
174174
static aafConfig_t aafLUT42605[AAF_CONFIG_COUNT] = { // see table in section 5.3
175175
[AAF_CONFIG_258HZ] = { 21, 440, 6 }, // actually 249 Hz

0 commit comments

Comments
 (0)