Copter: Message length within 50 bytes
This commit is contained in:
parent
ca8da230de
commit
c4aa544f71
@ -292,7 +292,7 @@ bool Copter::set_mode(Mode::Number mode, ModeReason reason)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!new_flightmode->init(ignore_checks)) {
|
if (!new_flightmode->init(ignore_checks)) {
|
||||||
mode_change_failed(new_flightmode, "initialisation failed");
|
mode_change_failed(new_flightmode, "init failed");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user