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
165ee002
Commit
165ee002
authored
7 years ago
by
Julien Lecoeur
Committed by
Gregory Nutt
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Eliminate a warning with arm-none-eabi-gcc 7.1.0
parent
57ed574f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/mmcsd/mmcsd_spi.c
+2
-0
2 additions, 0 deletions
drivers/mmcsd/mmcsd_spi.c
with
2 additions
and
0 deletions
drivers/mmcsd/mmcsd_spi.c
+
2
−
0
View file @
165ee002
...
...
@@ -326,7 +326,9 @@ static const struct mmcsd_cmdinfo_s g_cmd0 = {CMD0, MMCSD_CMDRESP_R1, 0x95};
static
const
struct
mmcsd_cmdinfo_s
g_cmd1
=
{
CMD1
,
MMCSD_CMDRESP_R1
,
0xff
};
static
const
struct
mmcsd_cmdinfo_s
g_cmd8
=
{
CMD8
,
MMCSD_CMDRESP_R7
,
0x87
};
static
const
struct
mmcsd_cmdinfo_s
g_cmd9
=
{
CMD9
,
MMCSD_CMDRESP_R1
,
0xff
};
#if 0 /* Not used */
static const struct mmcsd_cmdinfo_s g_cmd10 = {CMD10, MMCSD_CMDRESP_R1, 0xff};
#endif
static
const
struct
mmcsd_cmdinfo_s
g_cmd12
=
{
CMD12
,
MMCSD_CMDRESP_R1
,
0xff
};
static
const
struct
mmcsd_cmdinfo_s
g_cmd16
=
{
CMD16
,
MMCSD_CMDRESP_R1
,
0xff
};
static
const
struct
mmcsd_cmdinfo_s
g_cmd17
=
{
CMD17
,
MMCSD_CMDRESP_R1
,
0xff
};
...
...
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