Skip to content
Snippets Groups Projects
Commit c798d932 authored by Martino Facchin's avatar Martino Facchin Committed by GitHub
Browse files

Provide Serial5 fallback for legacy sketches

parent 9dac5f16
No related branches found
No related tags found
No related merge requests found
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment