Browse Source

AP_RPM: add missing override keywords

master
Peter Barker 6 years ago committed by Francisco Ferreira
parent
commit
5aa5add4bf
  1. 2
      libraries/AP_RPM/RPM_SITL.h

2
libraries/AP_RPM/RPM_SITL.h

@ -27,7 +27,7 @@ public:
AP_RPM_SITL(AP_RPM &ranger, uint8_t instance, AP_RPM::RPM_State &_state); AP_RPM_SITL(AP_RPM &ranger, uint8_t instance, AP_RPM::RPM_State &_state);
// update state // update state
void update(void); void update(void) override;
private: private:
SITL::SITL *sitl; SITL::SITL *sitl;
uint8_t instance; uint8_t instance;

Loading…
Cancel
Save