From 62d71bf36cea25104018754b0286d4644cce78c0 Mon Sep 17 00:00:00 2001 From: Simone Guscetti Date: Fri, 5 Oct 2018 16:20:50 +0200 Subject: [PATCH] fmu-v5 manifest: Add some comments Clarify which componets is on which index for the item array --- src/drivers/boards/px4fmu-v5/manifest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/drivers/boards/px4fmu-v5/manifest.c b/src/drivers/boards/px4fmu-v5/manifest.c index 628601178d..c239e7bb5a 100644 --- a/src/drivers/boards/px4fmu-v5/manifest.c +++ b/src/drivers/boards/px4fmu-v5/manifest.c @@ -66,6 +66,9 @@ typedef px4_hw_mft_list_entry_t *px4_hw_mft_list_entry; static const px4_hw_mft_item_t device_unsupported = {0, 0, 0}; +// List of components on a specific board configuration +// The index of those components is given by the enum (px4_hw_mft_item_id_t) +// declared in board_common.h static const px4_hw_mft_item_t hw_mft_list_v0500[] = { { .present = 1,