Browse Source

AP_HAL_ChibiOS: return RC protocol being decoded

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
1f4de871da
  1. 4
      libraries/AP_HAL_ChibiOS/RCInput.h

4
libraries/AP_HAL_ChibiOS/RCInput.h

@ -49,7 +49,9 @@ public: @@ -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…
Cancel
Save