AP_HAL_ChibiOS: return RC protocol being decoded

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

View File

@ -50,6 +50,8 @@ public:
return _rssi;
}
const char *protocol() const override { return last_protocol; }
void _timer_tick(void);
bool rc_bind(int dsmMode) override;