loader: cleanup usb before jump

pull/25/head
Jan Pochyla 8 years ago committed by Pavol Rusnak
parent 0e33357ee7
commit 792faea908

@ -174,6 +174,8 @@ int main(void)
if (touch_read() != 0) {
mainloop();
} else {
usb_stop();
usb_deinit();
check_and_jump();
}

Loading…
Cancel
Save