mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
set sysled to slow blinking directly after leds have been configured
This commit is contained in:
+2
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user