From 1ac54f977eff7bdbd7bfcf97a4b4181b322313e1 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 11 Sep 2017 10:00:31 -1000 Subject: [PATCH] board_common:Documentation clean up --- src/drivers/boards/common/board_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/drivers/boards/common/board_common.h b/src/drivers/boards/common/board_common.h index 552cbd9ad9..50df5ba826 100644 --- a/src/drivers/boards/common/board_common.h +++ b/src/drivers/boards/common/board_common.h @@ -864,12 +864,10 @@ int board_get_mfguid_formated(char *format_buffer, int size); // DEPRICATED use * Description: * All boards either provide a way to retrieve a PX4 Globally unique ID or * define BOARD_OVERRIDE_PX4_GUID. - * The GUID is returned as an array of bytes in MSD @ index 0 - LSD @ index - * PX4_PX4_GUID_BYTE_LENGTH-1 * * The form of the GUID is as follows: * offset:0 1 2 - 17 - * ... * + * ... * * Where are a monotonic ordinal number assigned by * PX4 to a chip architecture (PX4_SOC_ARCH_ID). The 2 bytes are used to