AirSpeed: fix example sketch compile error

This commit is contained in:
Randy Mackay 2013-06-25 22:45:30 +09:00
parent 022148ec0d
commit 6cd18868c2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ void setup()
{
hal.console->println("ArduPilot Airspeed library test");
airspeed.init(hal.analogin->channel(0));
airspeed.init();
airspeed.calibrate();
}