We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dd715 commit 55fa0dfCopy full SHA for 55fa0df
cores/arduino/WSerial.h
@@ -40,7 +40,7 @@
40
41
#if defined(HAL_UART_MODULE_ENABLED) && !defined(HAL_UART_MODULE_ONLY)
42
#if !defined(HWSERIAL_NONE) && defined(SERIAL_UART_INSTANCE)
43
- #if SERIAL_UART_INSTANCE == 0
+ #if SERIAL_UART_INSTANCE == 0 || SERIAL_UART_INSTANCE == 101
44
#define ENABLE_HWSERIALLP1
45
#if !defined(Serial)
46
#define Serial SerialLP1
0 commit comments