Closed 13r0ck closed 1 year ago
Changing from _delay_ms to the non-blocking wait_ms in usb_mux.c also helps improve successful bootloader frequency.
_delay_ms
wait_ms
usb_mux.c
Easy remaining todos:
@leviport & @jackpot51 I have tested this on launch_2 and launch_heavy_1 and launch_lite_1 all seems to be in working order now, and is ready for review
Changing from
_delay_ms
to the non-blockingwait_ms
inusb_mux.c
also helps improve successful bootloader frequency.Easy remaining todos: