AP_HAL_Linux: return RC protocol being decoded

This commit is contained in:
Peter Barker 2019-06-17 22:10:18 +10:00 committed by Peter Barker
parent 1f4de871da
commit a9c4f1d0d5

View File

@ -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() {}