mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_SITL: increase short board names to 23 chars
This commit is contained in:
parent
b0bc7591dd
commit
a898cbbd5d
@ -72,7 +72,7 @@ bool HALSITL::Util::get_system_id_unformatted(uint8_t buf[], uint8_t &len)
|
||||
as get_system_id_unformatted will already be ascii, we use the same
|
||||
ID here
|
||||
*/
|
||||
bool HALSITL::Util::get_system_id(char buf[40])
|
||||
bool HALSITL::Util::get_system_id(char buf[50])
|
||||
{
|
||||
uint8_t len = 40;
|
||||
return get_system_id_unformatted((uint8_t *)buf, len);
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
void set_hw_rtc(uint64_t time_utc_usec) override { /* fail silently */ }
|
||||
|
||||
|
||||
bool get_system_id(char buf[40]) override;
|
||||
bool get_system_id(char buf[50]) override;
|
||||
bool get_system_id_unformatted(uint8_t buf[], uint8_t &len) override;
|
||||
void dump_stack_trace();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user