reduce time before reboot to uac2

This commit is contained in:
Steven Dan
2026-06-01 13:34:41 +08:00
parent 7837ef6dee
commit 08d957becf

View File

@@ -267,7 +267,7 @@ static void tx1_boot_firmware_select_by_os(void)
debug_printf("boot: Windows -> fps71_uac2 RoleSwitch\n");
SetRoleSwitchFlag(TX1_ROLE_FPS71_UAC2);
tx1_amp_mute_before_reboot();
delay_milliseconds(1000);
delay_milliseconds(100);
device_reboot();
while (1) {
}