diff options
| author | Damien George | 2014-03-22 13:21:58 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-22 13:21:58 +0000 |
| commit | 2fb37847a712127543c879cd4c925ac4ee3c8554 (patch) | |
| tree | be37434ed42c984ff8c916669752b131c4715192 /stmhal/main.c | |
| parent | fb1d6d097e0528e5b5b5f7890101c0709ca21fd2 (diff) | |
stmhal: Tidy up USB CDC+MSC device some more.
Diffstat (limited to 'stmhal/main.c')
| -rw-r--r-- | stmhal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index f07a5eef1..b3e40edf7 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -399,7 +399,7 @@ soft_reset: pyb_usb_host_init(); #elif defined(USE_DEVICE_MODE) // USB device - pyb_usb_dev_init(USBD_DEVICE_MSC, usbd_medium_kind); + pyb_usb_dev_init(USBD_DEVICE_CDC_MSC, usbd_medium_kind); #endif #if MICROPY_HW_HAS_MMA7660 |
