🩹 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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