mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: fixed name length
This commit is contained in:
parent
402de293d6
commit
f6fa35a1f7
|
@ -112,7 +112,7 @@ private:
|
|||
bool healthy;
|
||||
uint32_t status_flags;
|
||||
uint32_t error_code;
|
||||
char _name[15];
|
||||
char _name[16];
|
||||
|
||||
// Module Detection Registry
|
||||
static struct DetectedModules {
|
||||
|
|
Loading…
Reference in New Issue