Copter: change CH7/CH8 pre-arm check string

This commit is contained in:
Randy Mackay 2013-07-29 14:32:27 +09:00
parent 0d75203d87
commit c173f0c7d9
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ static void pre_arm_checks(bool display_failure)
// pre-arm check to ensure ch7 and ch8 have different functions
if (g.ch7_option == g.ch8_option) {
if (display_failure) {
gcs_send_text_P(SEVERITY_HIGH,PSTR("PreArm: Check CH7 and CH8 settings"));
gcs_send_text_P(SEVERITY_HIGH,PSTR("PreArm: Ch7&Ch8 Opt cannot be same"));
}
return;
}