mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Copter: Message length within 50 bytes
This commit is contained in:
parent
5cdc24faf6
commit
6e5efb6e03
@ -292,7 +292,7 @@ bool Copter::set_mode(Mode::Number mode, ModeReason reason)
|
||||
}
|
||||
|
||||
if (!new_flightmode->init(ignore_checks)) {
|
||||
mode_change_failed(new_flightmode, "initialisation failed");
|
||||
mode_change_failed(new_flightmode, "init failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user