RC_Channel: correct examples with override keyword

This commit is contained in:
Peter Barker 2019-04-16 14:13:23 +10:00 committed by Andrew Tridgell
parent e6653f42dd
commit 6157aae747
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public:
protected:
int8_t flight_mode_channel_number() const { return 5; }
int8_t flight_mode_channel_number() const override { return 5; }
private: