mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: fixed constructor compile error in example sketch
This commit is contained in:
parent
12a1f3244b
commit
4825d16cd8
|
@ -24,7 +24,7 @@ AP_TimerProcess scheduler;
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
|
|
||||||
AP_AnalogSource_Arduino pin0(0);
|
AP_AnalogSource_Arduino pin0(0);
|
||||||
AP_Airspeed airspeed(&pin0, 1.9936, true);
|
AP_Airspeed airspeed(&pin0);
|
||||||
|
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue