AP_GPS: fixed name length

This commit is contained in:
Andrew Tridgell 2023-04-08 14:42:41 +10:00
parent 402de293d6
commit f6fa35a1f7
1 changed files with 1 additions and 1 deletions

View File

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