bootloader: Use USB VID 0xf055 and PID 0x635c.
[gps-watch.git] / src / bootloader / main.rs
index 88a9a0bcf263c1cef50b517310bbd2fdbf8f6b88..83ef01133a68219c33a82289b65a21bab11ec197 100644 (file)
@@ -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();