set sysled to slow blinking directly after leds have been configured

This commit is contained in:
feelfree69
2026-02-11 18:21:19 +01:00
parent d2edb92ddf
commit 841e1bf95e
+2 -1
View File
@@ -1902,6 +1902,8 @@ void bootloader(void)
leds_dump(); leds_dump();
set_sys_led_state(SYS_LED_SLOW);
if (machine_detected.isRTL8373) if (machine_detected.isRTL8373)
rtl8373_init(); rtl8373_init();
else else
@@ -1982,7 +1984,6 @@ void bootloader(void)
dest += 0x1000; dest += 0x1000;
} }
} }
set_sys_led_state(SYS_LED_SLOW);
#ifdef DEBUG #ifdef DEBUG
// This register seems to work on the RTL8373 only if also the SDS // This register seems to work on the RTL8373 only if also the SDS