We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b4a52 commit 343f68eCopy full SHA for 343f68e
icm456xx/icm456xx_h/imu/inv_imu.h
@@ -36,15 +36,16 @@ extern "C" {
36
37
#if CONFIG_USE_EMD_ICM45686
38
#define INV_IMU_HIGH_FSR_SUPPORTED 1
39
+ #define INV_IMU_CLKIN_SUPPORTED 1
40
#else /* ICM45605 */
41
#define INV_IMU_HIGH_FSR_SUPPORTED 0
42
+ #define INV_IMU_CLKIN_SUPPORTED 0
43
#endif
44
45
#define INV_IMU_FSYNC_SUPPORTED 1
46
#define INV_IMU_USE_BASIC_SMD 0
47
#define INV_IMU_INT2_PIN_SUPPORTED 1
48
#define INV_IMU_I2C_MASTER_SUPPORTED 1
-#define INV_IMU_CLKIN_SUPPORTED 0
49
50
#ifdef __cplusplus
51
}
0 commit comments