Copter: Message length within 50 bytes

This commit is contained in:
murata 2022-10-02 11:26:11 +09:00 committed by Andrew Tridgell
parent 5cdc24faf6
commit 6e5efb6e03

View File

@ -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;
}