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
fdc1a2fd
Commit
fdc1a2fd
authored
7 years ago
by
Lucas De Marchi
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
aerofc-v1: fix mentions to tap board
parent
4a0ee8be
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
nuttx-configs/aerofc-v1/include/board.h
+3
-5
3 additions, 5 deletions
nuttx-configs/aerofc-v1/include/board.h
with
3 additions
and
5 deletions
nuttx-configs/aerofc-v1/include/board.h
+
3
−
5
View file @
fdc1a2fd
/************************************************************************************
* configs/
tap
-v1/include/board.h
* configs/
aerofc
-v1/include/board.h
* include/arch/board/board.h
*
* Copyright (C) 2012-2016 Gregory Nutt. All rights reserved.
...
...
@@ -35,8 +35,7 @@
*
************************************************************************************/
#ifndef __CONFIG_TAP_V1_INCLUDE_BOARD_H
#define __CONFIG_TAP_V1_INCLUDE_BOARD_H
#pragma once
/************************************************************************************
* Included Files
...
...
@@ -187,7 +186,7 @@
#define BOARD_LED2_BIT (1 << BOARD_LED2)
/* If CONFIG_ARCH_LEDs is defined, then NuttX will control the 2 LEDs on board
* the
tap
-v1. The following definitions describe how NuttX controls
* the
aerofc
-v1. The following definitions describe how NuttX controls
* the LEDs:
*/
...
...
@@ -420,4 +419,3 @@ EXTERN void stm32_boardinitialize(void);
#endif
#endif
/* __ASSEMBLY__ */
#endif
/* __CONFIG_TAP_V1_INCLUDE_BOARD_H */
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