mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
posix:Added PX4 GUID API board_get_px4_guid_formated
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
#define board_get_uuid32(id) do {for(int _idi=0; _idi < PX4_CPU_UUID_WORD32_LENGTH; _idi++) {id[_idi] = _idi;}} while(0)
|
||||
#define board_get_uuid32_formated(format_buffer, size, format, seperator) do { strcpy(format_buffer, SIM_FORMATED_UUID); } while(0)
|
||||
|
||||
#define board_get_px4_guid_formated(format_buffer, size) do { strcpy(format_buffer, BOARD_OVERRIDE_PX4_GUID); } while(0)
|
||||
|
||||
#define BOARD_HAS_NO_UUID
|
||||
|
||||
#define CONFIG_NFILE_STREAMS 1
|
||||
|
||||
Reference in New Issue
Block a user