mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Merge pull request #1968 from matthijskooijman/ide-1.5.x-hwserial-typo
Fix typo in SerialEvent3 handling
This commit is contained in:
@ -72,7 +72,7 @@ void serialEventRun(void)
|
|||||||
if (Serial2_available && serialEvent2 && Serial2_available()) serialEvent2();
|
if (Serial2_available && serialEvent2 && Serial2_available()) serialEvent2();
|
||||||
#endif
|
#endif
|
||||||
#if defined(HAVE_HWSERIAL3)
|
#if defined(HAVE_HWSERIAL3)
|
||||||
if (Serial3_available && serialEvent2 && Serial3_available()) serialEvent3();
|
if (Serial3_available && serialEvent3 && Serial3_available()) serialEvent3();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user