Gyrosim: Code style fix

This commit is contained in:
Lorenz Meier 2015-11-25 11:16:28 +01:00
parent 24767547e9
commit 176fb3b185
1 changed files with 1 additions and 0 deletions

View File

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