mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_HAL_SITL: return RC protocol being decoded
This commit is contained in:
parent
a9c4f1d0d5
commit
ccbf3234f7
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user