mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL: increase short board names to 23 chars
This commit is contained in:
parent
5647db13ea
commit
d9b19b797d
@ -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; }
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user