Plane: fixed error string spelling

This commit is contained in:
Tom Pittenger 2018-03-02 21:37:11 -08:00
parent faea5d285c
commit 6820531e2a

View File

@ -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 {