X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fbootloader%2Fmain.rs;h=83ef01133a68219c33a82289b65a21bab11ec197;hb=b2a383c4ed0737f7e08711a430c961e572e64a66;hp=88a9a0bcf263c1cef50b517310bbd2fdbf8f6b88;hpb=1364963a63e0f2ed2c46eebbb7afcd3997258c78;p=gps-watch.git diff --git a/src/bootloader/main.rs b/src/bootloader/main.rs index 88a9a0b..83ef011 100644 --- a/src/bootloader/main.rs +++ b/src/bootloader/main.rs @@ -44,7 +44,7 @@ pub unsafe extern fn main() { clock::configure(); if true { - usb_serial::init(0x1fc9, 0x0094); + usb_serial::init(0xf055, 0x635c); let mut b = bootloader::Bootloader::new();