AP_WheelEncoder: add override keyword where required

This commit is contained in:
Peter Barker 2018-11-07 23:13:30 +11:00 committed by Andrew Tridgell
parent 34008ad29c
commit dde3deff98
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public:
AP_WheelEncoder_Quadrature(AP_WheelEncoder &frontend, uint8_t instance, AP_WheelEncoder::WheelEncoder_State &state);
// update state
void update(void);
void update(void) override;
private: