Browse Source

mb12xx: Fixed code style

sbg
Lorenz Meier 9 years ago
parent
commit
3c2252fa0d
  1. 3
      src/drivers/mb12xx/mb12xx.cpp

3
src/drivers/mb12xx/mb12xx.cpp

@ -143,7 +143,8 @@ private: @@ -143,7 +143,8 @@ private:
int _cycling_rate; /* */
uint8_t _index_counter; /* temporary sonar i2c address */
std::vector<uint8_t> addr_ind; /* temp sonar i2c address vector */
std::vector<float> _latest_sonar_measurements; /* vector to store latest sonar measurements in before writing to report */
std::vector<float>
_latest_sonar_measurements; /* vector to store latest sonar measurements in before writing to report */
/**

Loading…
Cancel
Save