AP_GPS: fixed name length

This commit is contained in:
Andrew Tridgell 2023-04-08 14:42:41 +10:00
parent 402de293d6
commit f6fa35a1f7

View File

@ -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 {