mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
HAL_SMACCM: fixed build for new AnalogIn API
This commit is contained in:
parent
9bc48c9894
commit
244a10aeb6
@ -11,6 +11,9 @@ public:
|
||||
float read_latest();
|
||||
void set_pin(uint8_t p);
|
||||
float voltage_average();
|
||||
void set_stop_pin(uint8_t p) {}
|
||||
void set_settle_time(uint16_t settle_time_ms) {}
|
||||
|
||||
private:
|
||||
float _v;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user