Fix sleep issie: allow using IMU polling interface in bmi323-imu too
This commit is contained in:
parent
c8e81eb272
commit
8c8a488466
6 changed files with 16 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ typedef struct dev_in_settings {
|
|||
int default_thermal_profile;
|
||||
bool enable_leds_commands;
|
||||
bool enable_imu;
|
||||
bool imu_polling_interface;
|
||||
} dev_in_settings_t;
|
||||
|
||||
void load_in_config(dev_in_settings_t *const out_conf, const char* const filepath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue