AP_HAL_SITL: return RC protocol being decoded

This commit is contained in:
Peter Barker 2019-06-17 22:10:26 +10:00 committed by Peter Barker
parent a9c4f1d0d5
commit ccbf3234f7

View File

@ -16,6 +16,8 @@ public:
uint16_t read(uint8_t ch) override;
uint8_t read(uint16_t* periods, uint8_t len) override;
const char *protocol() const override { return "SITL"; }
private:
SITL_State *_sitlState;
};