mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 04:28:30 -04:00
Plane: fixed error string spelling
This commit is contained in:
parent
faea5d285c
commit
6820531e2a
@ -126,7 +126,7 @@ enum tuning_pid_bits {
|
||||
TUNING_BITS_END // dummy just used for static checking
|
||||
};
|
||||
|
||||
static_assert(TUNING_BITS_END <= (1 << 24) + 1, "Tuning bit mask is to large to be set by MAVLink");
|
||||
static_assert(TUNING_BITS_END <= (1 << 24) + 1, "Tuning bit mask is too large to be set by MAVLink");
|
||||
|
||||
// Logging message types
|
||||
enum log_messages {
|
||||
|
Loading…
Reference in New Issue
Block a user