This commit is contained in:
Scott Lahteine 2018-10-18 11:29:49 -05:00
parent 3c13c9e3e9
commit df768e7d8f

View file

@ -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);