Skip to content

Commit 38668e9

Browse files
committed
fix(comment): Fix macro in comment
1 parent 3b4f74b commit 38668e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cores/esp32/HardwareSerial.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ void serialEvent(void) __attribute__((weak));
2727

2828
#if SOC_UART_HP_NUM > 1
2929
void serialEvent1(void) __attribute__((weak));
30-
#endif /* SOC_UART_NUM > 1 */
30+
#endif /* SOC_UART_HP_NUM > 1 */
3131

3232
#if SOC_UART_HP_NUM > 2
3333
void serialEvent2(void) __attribute__((weak));
34-
#endif /* SOC_UART_NUM > 2 */
34+
#endif /* SOC_UART_HP_NUM > 2 */
3535

3636
#if SOC_UART_HP_NUM > 3
3737
void serialEvent3(void) __attribute__((weak));

0 commit comments

Comments
 (0)