Skip to content

Commit d8062ae

Browse files
Aymane-STfpistm
authored andcommitted
fix: correct SerialLP3 instance name for LPUART3
Signed-off-by: Aymane Bahssain <[email protected]>
1 parent 6e6c73f commit d8062ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/HardwareSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
void serialEventLP2() __attribute__((weak));
115115
#endif
116116
#if defined(HAVE_HWSERIALLP3)
117-
HardwareSerial SerialLP2(LPUART3);
117+
HardwareSerial SerialLP3(LPUART3);
118118
void serialEventLP3() __attribute__((weak));
119119
#endif
120120
#endif // HAVE_HWSERIALx

0 commit comments

Comments
 (0)