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
44351033
Commit
44351033
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Eliminate some warnings
parent
d2bd1c9d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/src/sam34/sam_rtt.c
+1
-0
1 addition, 0 deletions
arch/arm/src/sam34/sam_rtt.c
arch/arm/src/sam34/sam_tc.c
+1
-0
1 addition, 0 deletions
arch/arm/src/sam34/sam_tc.c
arch/arm/src/sam34/sam_wdt.c
+0
-3
0 additions, 3 deletions
arch/arm/src/sam34/sam_wdt.c
with
2 additions
and
3 deletions
arch/arm/src/sam34/sam_rtt.c
+
1
−
0
View file @
44351033
...
...
@@ -619,6 +619,7 @@ static int sam34_ioctl(FAR struct timer_lowerhalf_s *lower, int cmd,
DEBUGASSERT
(
priv
);
rttvdbg
(
"Entry: cmd=%d arg=%ld
\n
"
,
cmd
,
arg
);
UNUSED
(
priv
);
return
ret
;
}
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/sam34/sam_tc.c
+
1
−
0
View file @
44351033
...
...
@@ -572,6 +572,7 @@ static int sam34_ioctl(FAR struct timer_lowerhalf_s *lower, int cmd,
DEBUGASSERT
(
priv
);
tcvdbg
(
"Entry: cmd=%d arg=%ld
\n
"
,
cmd
,
arg
);
UNUSED
(
priv
);
return
ret
;
}
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/sam34/sam_wdt.c
+
0
−
3
View file @
44351033
...
...
@@ -384,10 +384,7 @@ static int sam34_stop(FAR struct watchdog_lowerhalf_s *lower)
static
int
sam34_keepalive
(
FAR
struct
watchdog_lowerhalf_s
*
lower
)
{
FAR
struct
sam34_lowerhalf_s
*
priv
=
(
FAR
struct
sam34_lowerhalf_s
*
)
lower
;
wdvdbg
(
"Entry
\n
"
);
DEBUGASSERT
(
priv
);
sam34_putreg
((
WDT_CR_KEY
|
WDT_CR_WDRSTT
),
SAM_WDT_CR
);
return
OK
;
...
...
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