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
@ -27,6 +27,8 @@ public:
|
||||
return _rssi;
|
||||
}
|
||||
|
||||
const char *protocol() const override { return "Unknown"; }
|
||||
|
||||
// default empty _timer_tick, this is overridden by board
|
||||
// specific implementations
|
||||
virtual void _timer_tick() {}
|
||||
|
Loading…
Reference in New Issue
Block a user