common: Initialize the usb_serial module with an USB VID and PID pair.
[gps-watch.git] / src / bootloader / main.rs
index d83702e734c5369c31cbabd84d6174e7aff12825..88a9a0bcf263c1cef50b517310bbd2fdbf8f6b88 100644 (file)
@@ -44,7 +44,7 @@ pub unsafe extern fn main() {
     clock::configure();
 
     if true {
-        usb_serial::init();
+        usb_serial::init(0x1fc9, 0x0094);
 
         let mut b = bootloader::Bootloader::new();