mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: return RC protocol being decoded
This commit is contained in:
parent
92111eea61
commit
1f4de871da
@ -49,7 +49,9 @@ public:
|
||||
int16_t get_rssi(void) override {
|
||||
return _rssi;
|
||||
}
|
||||
|
||||
|
||||
const char *protocol() const override { return last_protocol; }
|
||||
|
||||
void _timer_tick(void);
|
||||
bool rc_bind(int dsmMode) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user