AP_Airspeed: fixed constructor compile error in example sketch

This commit is contained in:
rmackay9 2012-09-23 11:44:28 +09:00
parent 889d1bb36c
commit e4c8eaa181
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ AP_TimerProcess scheduler;
FastSerialPort0(Serial);
AP_AnalogSource_Arduino pin0(0);
AP_Airspeed airspeed(&pin0, 1.9936, true);
AP_Airspeed airspeed(&pin0);
void setup()
{