Skip to content

Commit

Permalink
🩹 Fix STM32 HW Serial 6 (#26763)
Browse files Browse the repository at this point in the history
Followup to #26328
  • Loading branch information
thisiskeithb committed Feb 3, 2024
1 parent 9e21330 commit e6837b2
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 e6837b2

Please sign in to comment.