Browse Source

AP_HAL_Linux: return RC protocol being decoded

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

2
libraries/AP_HAL_Linux/RCInput.h

@ -27,6 +27,8 @@ public: @@ -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() {}

Loading…
Cancel
Save