Copter: update send text severity for compass cal

This commit is contained in:
Siddharth Bharat Purohit 2015-08-27 18:26:50 -07:00 committed by Andrew Tridgell
parent 46774136a6
commit 9cf2998bba

View File

@ -737,7 +737,7 @@ bool Copter::arm_checks(bool display_failure, bool arming_from_gcs)
if(compass.is_calibrating()) {
if (display_failure) {
gcs_send_text_P(SEVERITY_HIGH,PSTR("Arm: Compass calibration running"));
gcs_send_text_P(MAV_SEVERITY_CRITICAL,PSTR("Arm: Compass calibration running"));
}
return false;
}