mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: return RC protocol being decoded
This commit is contained in:
parent
1f4de871da
commit
a9c4f1d0d5
@ -26,7 +26,9 @@ public:
|
|||||||
int16_t get_rssi(void) override {
|
int16_t get_rssi(void) override {
|
||||||
return _rssi;
|
return _rssi;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char *protocol() const override { return "Unknown"; }
|
||||||
|
|
||||||
// default empty _timer_tick, this is overridden by board
|
// default empty _timer_tick, this is overridden by board
|
||||||
// specific implementations
|
// specific implementations
|
||||||
virtual void _timer_tick() {}
|
virtual void _timer_tick() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user