mirror of https://github.com/ArduPilot/ardupilot
5428d13502
This looks like a bitmask value, but if you treat it like one (and people have in the past!) by using logical operations then you get the incorrect result. Places which were checking for equivalence to ARMING_CHECK_NONE now simply check the bitmask to see if it is all-empty. |
||
---|---|---|
.. | ||
AP_Arming.cpp | ||
AP_Arming.h |