mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
fmu-v5 manifest: Add some comments
Clarify which componets is on which index for the item array
This commit is contained in:
committed by
David Sidrane
parent
aa3a404fa0
commit
62d71bf36c
@@ -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};
|
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[] = {
|
static const px4_hw_mft_item_t hw_mft_list_v0500[] = {
|
||||||
{
|
{
|
||||||
.present = 1,
|
.present = 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user