🩹 Fix STM32 HW Serial 6 (#26763)

Followup to #26328
This commit is contained in:
Keith Bennett
2024-02-03 15:19:19 -08:00
committed by GitHub
parent 9e21330d7a
commit e6837b2b8d

View File

@@ -151,7 +151,7 @@
#else
HAL_HardwareSerial HSerial6(UART6);
#endif
void serialEvent5() __attribute__((weak));
void serialEvent6() __attribute__((weak));
#endif
// Constructors ////////////////////////////////////////////////////////////////