mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 18:52:46 +08:00
Fixes Function signature MPU9250
This commit is contained in:
+1
-1
Submodule src/lib/DriverFramework updated: 851c7116e2...0624230124
@@ -760,7 +760,7 @@ namespace df_mpu9250_wrapper
|
||||
|
||||
DfMpu9250Wrapper *g_dev = nullptr;
|
||||
|
||||
int start(enum Rotation rotation);
|
||||
int start(bool mag_enabled, enum Rotation rotation);
|
||||
int stop();
|
||||
int info();
|
||||
void usage();
|
||||
|
||||
Reference in New Issue
Block a user