AP_Baro: removed HIL constructor

this wasn't calling the parent class
This commit is contained in:
Andrew Tridgell 2013-05-02 15:16:52 +10:00
parent 66150a41fe
commit c6c1fce2f1
2 changed files with 0 additions and 5 deletions

View File

@ -5,9 +5,6 @@
#include <AP_HAL.h>
extern const AP_HAL::HAL& hal;
// Constructors ////////////////////////////////////////////////////////////////
AP_Baro_HIL::AP_Baro_HIL(){}
// Public Methods //////////////////////////////////////////////////////////////
bool AP_Baro_HIL::init()
{

View File

@ -16,8 +16,6 @@ private:
uint8_t _count;
public:
AP_Baro_HIL(); // Constructor
bool init();
uint8_t read();
float get_pressure();