Skip to content

Commit 7e3aaa4

Browse files
committed
revert to Serial1 instead of Serial
1 parent 69d117c commit 7e3aaa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/particle_xenon/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ static const uint8_t A5 = PIN_A5;
140140
/*
141141
* Serial interfaces
142142
*/
143-
#define PIN_SERIAL_RX PIN_D9
144-
#define PIN_SERIAL_TX PIN_D10
143+
#define PIN_SERIAL1_RX PIN_D9
144+
#define PIN_SERIAL1_TX PIN_D10
145145

146146
/*
147147
* SPI Interfaces

0 commit comments

Comments
 (0)