From d9b19b797d469ccdbe65ddfa0c13ef92431e6974 Mon Sep 17 00:00:00 2001 From: Yuri Date: Sun, 18 Sep 2022 12:04:23 -0500 Subject: [PATCH] AP_HAL: increase short board names to 23 chars --- libraries/AP_HAL/Util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_HAL/Util.h b/libraries/AP_HAL/Util.h index 3ee169c593..f5e116a593 100644 --- a/libraries/AP_HAL/Util.h +++ b/libraries/AP_HAL/Util.h @@ -120,7 +120,7 @@ public: Buf should be filled with a printable string and must be null terminated */ - virtual bool get_system_id(char buf[40]) { return false; } + virtual bool get_system_id(char buf[50]) { return false; } virtual bool get_system_id_unformatted(uint8_t buf[], uint8_t &len) { return false; } /**