Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
62d71bf3
Commit
62d71bf3
authored
6 years ago
by
Simone Guscetti
Committed by
David Sidrane
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fmu-v5 manifest: Add some comments
Clarify which componets is on which index for the item array
parent
aa3a404f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drivers/boards/px4fmu-v5/manifest.c
+3
-0
3 additions, 0 deletions
src/drivers/boards/px4fmu-v5/manifest.c
with
3 additions
and
0 deletions
src/drivers/boards/px4fmu-v5/manifest.c
+
3
−
0
View file @
62d71bf3
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment