diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-22 21:43:36 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-01-22 21:43:36 -0500 |
commit | 48026bb824fd2d9cfb00ecd040db6ef3a416bae9 (patch) | |
tree | c14713aedfe78ee8b34f2e1252408782e2e2ff5d /source/usbcfg.c | |
parent | e080a26651f90c88176140d63a74c93c2f4041a2 (diff) |
upload initial port
Diffstat (limited to 'source/usbcfg.c')
-rw-r--r-- | source/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/usbcfg.c b/source/usbcfg.c index 4c5809a..051fcd5 100644 --- a/source/usbcfg.c +++ b/source/usbcfg.c @@ -335,7 +335,7 @@ const USBConfig usbcfg = { * Serial over USB driver configuration.
*/
const SerialUSBConfig serusbcfg = {
- &USBD1,
+ &USBD2,
USBD1_DATA_REQUEST_EP,
USBD1_DATA_AVAILABLE_EP,
USBD1_INTERRUPT_REQUEST_EP
|