Skip to content
Snippets Groups Projects
Commit 62d71bf3 authored by Simone Guscetti's avatar Simone Guscetti Committed by David Sidrane
Browse files

fmu-v5 manifest: Add some comments

Clarify which  componets is on which index for the item array
parent aa3a404f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment