Followup to #12129
This commit is contained in:
parent
3c13c9e3e9
commit
df768e7d8f
1 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue