Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino Core for SAMD21 CPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
Arduino Core for SAMD21 CPU
Commits
c798d932
Commit
c798d932
authored
8 years ago
by
Martino Facchin
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Provide Serial5 fallback for legacy sketches
parent
9dac5f16
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
variants/arduino_mzero/variant.h
+3
-0
3 additions, 0 deletions
variants/arduino_mzero/variant.h
with
3 additions
and
0 deletions
variants/arduino_mzero/variant.h
+
3
−
0
View file @
c798d932
...
...
@@ -205,5 +205,8 @@ extern Uart Serial1;
#define SERIAL_PORT_HARDWARE Serial1
#define SERIAL_PORT_HARDWARE_OPEN Serial1
// Legacy way to describe serial port on pins 0-1
#define Serial5 Serial1
#endif
/* _VARIANT_ARDUINO_ZERO_ */
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