X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fbootloader%2Fmain.rs;h=1a0a7cc3d53ebdf1194ec88bd11a3eec541837c7;hb=68f5e8f554dfb18cd0dc983b2253dd01145458a7;hp=8c6f149e19534d93326a7df4abf290a8a37044ed;hpb=b1226e2bd4adc31d81d02faf507f3d9c5dfe850e;p=gps-watch.git diff --git a/src/bootloader/main.rs b/src/bootloader/main.rs index 8c6f149..1a0a7cc 100644 --- a/src/bootloader/main.rs +++ b/src/bootloader/main.rs @@ -84,6 +84,8 @@ pub unsafe extern fn main() { while b.run() || application_missing() { } + + usb_serial::shutdown(); } jump_to_application(APPLICATION_ADDR);