Update HardwareSerial.h

This commit is contained in:
WeAct Studio
2022-12-26 08:27:27 +08:00
committed by GitHub
parent a454521f6b
commit c1b345949d

View File

@@ -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