mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: correct examples with override keyword
This commit is contained in:
parent
e6653f42dd
commit
6157aae747
|
@ -37,7 +37,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
int8_t flight_mode_channel_number() const { return 5; }
|
int8_t flight_mode_channel_number() const override { return 5; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue