AHRS: remove INS start style from example sketch

This commit is contained in:
Randy Mackay 2015-09-21 11:30:20 +09:00
parent ada26082ca
commit b5e1ad89b3
1 changed files with 1 additions and 2 deletions

View File

@ -75,8 +75,7 @@ void setup(void)
hal.gpio->write(40, HIGH);
#endif
ins.init(AP_InertialSensor::COLD_START,
AP_InertialSensor::RATE_100HZ);
ins.init(AP_InertialSensor::RATE_100HZ);
ahrs.init();
serial_manager.init();