Skip to content

Commit

Permalink
🩹 Fix STM32 HW Serial 6 (MarlinFirmware#26763)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and bemabalu committed Feb 11, 2024
1 parent 4b27d6e commit 32c37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/HAL/STM32/HardwareSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
#else
HAL_HardwareSerial HSerial6(UART6);
#endif
void serialEvent5() __attribute__((weak));
void serialEvent6() __attribute__((weak));
#endif

// Constructors ////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 32c37d9

Please sign in to comment.