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