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