ardupilot/libraries/AP_Arming
Randy Mackay fa2f5d9c68 Arming: accept non-const compass in constructor
The compass.configured() method checks the eeprom and cannot be const
meaning the Arming object requires a non-const reference to the compass.
Removed check for null compass because the compass object is always
created although this could lead to unnecessary pre-arn check failures
even though compass-use is set to false.
2014-07-10 22:50:52 +09:00
..
AP_Arming.cpp Arming: accept non-const compass in constructor 2014-07-10 22:50:52 +09:00
AP_Arming.h Arming: accept non-const compass in constructor 2014-07-10 22:50:52 +09:00