Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
7ca9e8c3
Commit
7ca9e8c3
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Eliminate another warning.
parent
cf8a7beb
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
arch/arm/src/tiva/tiva_start.h
+10
-9
10 additions, 9 deletions
arch/arm/src/tiva/tiva_start.h
with
10 additions
and
9 deletions
arch/arm/src/tiva/tiva_start.h
+
10
−
9
View file @
7ca9e8c3
...
...
@@ -43,20 +43,21 @@
#include
<nuttx/config.h>
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Public Types
* Public Functions
****************************************************************************/
/****************************************************************************
* Public Data
* Name: tiva_boardinitialize
*
* Description:
* All Tiva architectures must provide the following entry point. This
* entry point is called early in the initialization -- after clocking and
* memory have been configured but before caches have been enabled and
* before any devices have been initialized.
*
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
void
tiva_boardinitialize
(
void
);
/****************************************************************************
* Name: board_earlyinit
...
...
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