Browse Source

AP_GPS: fix typo in log message

mission-4.1.18
Ben Kurtz 6 years ago committed by Francisco Ferreira
parent
commit
08092ea72b
  1. 2
      libraries/AP_GPS/AP_GPS.cpp

2
libraries/AP_GPS/AP_GPS.cpp

@ -271,7 +271,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = { @@ -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);

Loading…
Cancel
Save