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
fb41a110
Commit
fb41a110
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Eliminate some warnings
parent
63af8d88
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/arm/src/sam34/sam_serial.c
+4
-1
4 additions, 1 deletion
arch/arm/src/sam34/sam_serial.c
arch/arm/src/sam34/sam_start.c
+1
-0
1 addition, 0 deletions
arch/arm/src/sam34/sam_start.c
with
5 additions
and
1 deletion
arch/arm/src/sam34/sam_serial.c
+
4
−
1
View file @
fb41a110
...
...
@@ -152,7 +152,10 @@
# undef CONFIG_USART2_SERIAL_CONSOLE
# define HAVE_CONSOLE 1
#else
# warning "No valid CONFIG_USARTn_SERIAL_CONSOLE Setting"
# ifndef CONFIG_NO_SERIAL_CONSOLE
# warning "No valid CONFIG_USARTn_SERIAL_CONSOLE Setting"
# endif
# undef CONFIG_UART0_SERIAL_CONSOLE
# undef CONFIG_UART1_SERIAL_CONSOLE
# undef CONFIG_USART0_SERIAL_CONSOLE
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/sam34/sam_start.c
+
1
−
0
View file @
fb41a110
...
...
@@ -51,6 +51,7 @@
#include
"sam_clockconfig.h"
#include
"sam_lowputc.h"
#include
"sam_cmcc.h"
#include
"sam_userspace.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