mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_HAL_SITL: Remove set_stop_pin from AnalogSource
This commit is contained in:
parent
c12652b325
commit
69d3e97533
@ -20,8 +20,6 @@ public:
|
||||
float voltage_average_ratiometric() override {
|
||||
return voltage_average();
|
||||
}
|
||||
void set_stop_pin(uint8_t pin) override {}
|
||||
void set_settle_time(uint16_t settle_time_ms) override {}
|
||||
|
||||
private:
|
||||
SITL_State *_sitlState;
|
||||
|
Loading…
Reference in New Issue
Block a user