Followup to #12129
This commit is contained in:
parent
3c13c9e3e9
commit
df768e7d8f
|
@ -45,6 +45,7 @@ void HAL_init() {
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Flash status LED 3 times to indicate Marlin has started booting
|
// Flash status LED 3 times to indicate Marlin has started booting
|
||||||
for (uint8_t i = 0; i < 6; ++i) {
|
for (uint8_t i = 0; i < 6; ++i) {
|
||||||
TOGGLE(LED_PIN);
|
TOGGLE(LED_PIN);
|
||||||
|
|
Loading…
Reference in a new issue