Skip to content

Commit b4438c5

Browse files
authored
Merge pull request #392 from marqdevx/rs485-fix
Add `SERIAL_PORT_HARDWARE`
2 parents 3deddbe + 7b5cee2 commit b4438c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: variants/PORTENTA_C33/pins_arduino.h

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ static const uint8_t D7 = PIN_D7;
9595
#define UART5_RTS_PIN 94
9696
#define UART5_CTS_PIN 95
9797

98+
#define SERIAL_PORT_HARDWARE Serial1
99+
98100
/****** WIRE CORE DEFINES ******/
99101

100102
#define WIRE_HOWMANY 4

0 commit comments

Comments
 (0)