qqqlab / madflight

Flight Controller for Arduino ESP32 / RP2350 / RP2040 / STM32
https://madflight.com
MIT License
114 stars 22 forks source link

fixed imu.h when selecting I2C on MPU9250 #14

Closed vaishakhsnair closed 6 months ago

vaishakhsnair commented 6 months ago

fixed absence of namespace prefix for IMU_USE_I2C_MPU9250 when calling the imu_Sensor constructor

qqqlab commented 6 months ago

Thanks!