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
5a466d8d
Commit
5a466d8d
authored
10 years ago
by
Cristian Maglie
Committed by
Cristian Maglie
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adjusted SERIAL_PORT* metadata in variant.h
parent
74f76e9d
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_zero/variant.h
+4
-4
4 additions, 4 deletions
variants/arduino_zero/variant.h
with
4 additions
and
4 deletions
variants/arduino_zero/variant.h
+
4
−
4
View file @
5a466d8d
...
...
@@ -184,10 +184,10 @@ extern Uart Serial1;
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
// pins are NOT connected to anything by default.
#define SERIAL_PORT_USBVIRTUAL SerialUSB
#define SERIAL_PORT_
HARDWARE
Serial
#define SERIAL_PORT_HARDWARE1 Serial1
#define SERIAL_PORT_
MONITOR
S
ERIAL_PORT_HARDWARE
#define SERIAL_PORT_HARDWARE_OPEN S
ERIAL_PORT_HARDWARE
1
#define SERIAL_PORT_
MONITOR
Serial
// Serial has no physical pins broken out, so it's not listed as HARDWARE port
#define SERIAL_PORT_
HARDWARE
S
erial1
#define SERIAL_PORT_HARDWARE_OPEN S
erial
1
#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