mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: minor spelling fix
This commit is contained in:
parent
ccd38ddee0
commit
98310d861e
|
@ -32,7 +32,7 @@ public:
|
||||||
|
|
||||||
static void subscribe_msgs(AP_DroneCAN* ap_dronecan);
|
static void subscribe_msgs(AP_DroneCAN* ap_dronecan);
|
||||||
|
|
||||||
static AP_Airspeed_Backend* probe(AP_Airspeed &_fronted, uint8_t _instance, uint32_t previous_devid);
|
static AP_Airspeed_Backend* probe(AP_Airspeed &_frontend, uint8_t _instance, uint32_t previous_devid);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue