mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Merge pull request #1968 from matthijskooijman/ide-1.5.x-hwserial-typo
Fix typo in SerialEvent3 handling
This commit is contained in:
commit
2f7e712fb9
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user