mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 01:12:00 +00:00
Update HardwareSerial.h
This commit is contained in:
@@ -135,4 +135,14 @@ extern HardwareSerial Serial4;
|
||||
extern HardwareSerial Serial5;
|
||||
#endif
|
||||
|
||||
#if SERIAL_6_ENABLE
|
||||
extern HardwareSerial Serial6;
|
||||
#endif
|
||||
#if SERIAL_7_ENABLE
|
||||
extern HardwareSerial Serial7;
|
||||
#endif
|
||||
#if SERIAL_8_ENABLE
|
||||
extern HardwareSerial Serial8;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user