Fixes Function signature MPU9250

This commit is contained in:
Miguel Arroyo
2016-06-07 16:49:27 -04:00
parent 98eeb25e45
commit 58f6835b19
2 changed files with 2 additions and 2 deletions
@@ -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();