AP_GPS: fix typo in log message

This commit is contained in:
Ben Kurtz 2019-01-14 12:20:18 -08:00 committed by Francisco Ferreira
parent a525f30573
commit 08092ea72b
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = {
AP_GPS::AP_GPS()
{
static_assert((sizeof(_initialisation_blob) * (CHAR_BIT + 2)) < (4800 * GPS_BAUD_TIME_MS * 1e-3),
"GPS initilisation blob is to large to be completely sent before the baud rate changes");
"GPS initilisation blob is too large to be completely sent before the baud rate changes");
AP_Param::setup_object_defaults(this, var_info);