Browse Source

AP_InertialSensor: fixed example build

master
Andrew Tridgell 9 years ago committed by Randy Mackay
parent
commit
3fb0b8f69d
  1. 2
      libraries/AP_InertialSensor/examples/INS_generic/INS_generic.cpp

2
libraries/AP_InertialSensor/examples/INS_generic/INS_generic.cpp

@ -20,7 +20,7 @@ void setup(void) @@ -20,7 +20,7 @@ void setup(void)
{
hal.console->println("AP_InertialSensor startup...");
ins.init(AP_InertialSensor::RATE_100HZ);
ins.init(100);
// display initial values
display_offsets_and_scaling();

Loading…
Cancel
Save