forked from Archive/PX4-Autopilot
Gyrosim: Code style fix
This commit is contained in:
parent
24767547e9
commit
176fb3b185
|
@ -445,6 +445,7 @@ GYROSIM::init()
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = start();
|
ret = start();
|
||||||
|
|
||||||
if (ret != OK) {
|
if (ret != OK) {
|
||||||
PX4_ERR("gyro accel start failed (%d)", ret);
|
PX4_ERR("gyro accel start failed (%d)", ret);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue