Skip to content
Snippets Groups Projects
Commit 4825d16c authored by rmackay9's avatar rmackay9
Browse files

AP_Airspeed: fixed constructor compile error in example sketch

parent 12a1f324
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment