Browse Source

AP_HAL_Linux: return RC protocol being decoded

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

4
libraries/AP_HAL_Linux/RCInput.h

@ -26,7 +26,9 @@ public: @@ -26,7 +26,9 @@ public:
int16_t get_rssi(void) override {
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…
Cancel
Save