mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Followup to #12129
This commit is contained in:
parent
3c13c9e3e9
commit
df768e7d8f
@ -45,6 +45,7 @@ void HAL_init() {
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Flash status LED 3 times to indicate Marlin has started booting
|
||||
for (uint8_t i = 0; i < 6; ++i) {
|
||||
TOGGLE(LED_PIN);
|
||||
|
Loading…
Reference in New Issue
Block a user