bootloader: Use USB VID 0xf055 and PID 0x635c.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 10:37:23 +0000 (12:37 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
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();