mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
Uncrustify
This commit is contained in:
parent
82a32a5d8e
commit
b9f89e39e7
@ -102,7 +102,7 @@ public:
|
||||
}
|
||||
SetupWizard::AIRSPEED_TYPE getAirspeedType() const
|
||||
{
|
||||
return m_airspeedType;
|
||||
return m_airspeedType;
|
||||
}
|
||||
|
||||
|
||||
|
@ -74,7 +74,7 @@ public:
|
||||
virtual VehicleConfigurationSource::INPUT_TYPE getInputType() const = 0;
|
||||
virtual VehicleConfigurationSource::ESC_TYPE getEscType() const = 0;
|
||||
virtual VehicleConfigurationSource::SERVO_TYPE getServoType() const = 0;
|
||||
virtual VehicleConfigurationSource::AIRSPEED_TYPE getAirspeedType() const = 0;
|
||||
virtual VehicleConfigurationSource::AIRSPEED_TYPE getAirspeedType() const = 0;
|
||||
virtual VehicleConfigurationSource::GPS_SETTING getGPSSetting() const = 0;
|
||||
virtual VehicleConfigurationSource::RADIO_SETTING getRadioSetting() const = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user