Skip to content
Snippets Groups Projects
Commit aaca5094 authored by James Goppert's avatar James Goppert
Browse files

Removed old variable from hal.

parent 3c217d41
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ public: ...@@ -50,7 +50,7 @@ public:
adc(), gps(), baro(), compass(), rangeFinders(), imu(), batteryMonitor(), rc(), gcs(), adc(), gps(), baro(), compass(), rangeFinders(), imu(), batteryMonitor(), rc(), gcs(),
hil(), debug(), load(), lastHeartBeat(), hil(), debug(), load(), lastHeartBeat(),
_heartBeatTimeout(heartBeatTimeout), _mode(mode), _heartBeatTimeout(heartBeatTimeout), _mode(mode),
_board(board), _vehicle(vehicle), _state(MAV_STATE_UNINIT) { _board(board), _vehicle(vehicle) {
/* /*
* Board specific hardware initialization * Board specific hardware initialization
...@@ -160,7 +160,6 @@ private: ...@@ -160,7 +160,6 @@ private:
halMode_t _mode; halMode_t _mode;
board_t _board; board_t _board;
vehicle_t _vehicle; vehicle_t _vehicle;
MAV_STATE _state;
}; };
} // namespace apo } // namespace apo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment