Skip to content

Commit 343f68e

Browse files
ICM45686 and drivers supports CLKIN (tdk-invn-oss#15)
1 parent f2b4a52 commit 343f68e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

icm456xx/icm456xx_h/imu/inv_imu.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ extern "C" {
3636

3737
#if CONFIG_USE_EMD_ICM45686
3838
#define INV_IMU_HIGH_FSR_SUPPORTED 1
39+
#define INV_IMU_CLKIN_SUPPORTED 1
3940
#else /* ICM45605 */
4041
#define INV_IMU_HIGH_FSR_SUPPORTED 0
42+
#define INV_IMU_CLKIN_SUPPORTED 0
4143
#endif
4244

4345
#define INV_IMU_FSYNC_SUPPORTED 1
4446
#define INV_IMU_USE_BASIC_SMD 0
4547
#define INV_IMU_INT2_PIN_SUPPORTED 1
4648
#define INV_IMU_I2C_MASTER_SUPPORTED 1
47-
#define INV_IMU_CLKIN_SUPPORTED 0
4849

4950
#ifdef __cplusplus
5051
}

0 commit comments

Comments
 (0)