Fix sleep issie: allow using IMU polling interface in bmi323-imu too

This commit is contained in:
Denis 2024-01-15 03:43:35 +01:00
parent c8e81eb272
commit 8c8a488466
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 16 additions and 1 deletions

View file

@ -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);