mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-08 06:34:22 -04:00
AP_HAL: increase short board names to 23 chars
This commit is contained in:
parent
00a3a3e870
commit
ffacc07cb3
@ -120,7 +120,7 @@ public:
|
|||||||
Buf should be filled with a printable string and must be null
|
Buf should be filled with a printable string and must be null
|
||||||
terminated
|
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; }
|
virtual bool get_system_id_unformatted(uint8_t buf[], uint8_t &len) { return false; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user