common: Initialize the usb_serial module with an USB VID and PID pair.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 10:12:13 +0000 (12:12 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit1364963a63e0f2ed2c46eebbb7afcd3997258c78
tree14937c8cad6de429c42df661671c91ec63c2b4b3
parent94010950b20f843266d509e0da9b7f212440d08f
common: Initialize the usb_serial module with an USB VID and PID pair.

No change in behaviour yet, as the IDs are not yet forwarded to
the USB system proper.
src/bootloader/main.rs
src/common/usb_serial.rs