diff options
| author | hathach <[email protected]> | 2013-05-09 12:49:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 12:49:52 +0700 |
| commit | 63add701391ae30cd43bb2a06d87df3dda5803b8 (patch) | |
| tree | 303dbd847a80ac40fd24757181a57471cc26989f /tinyusb/host/usbh.c | |
| parent | 363b22a55de585acbed2ef0e9e105ba4d40b8b4e (diff) | |
test clean up
Diffstat (limited to 'tinyusb/host/usbh.c')
| -rw-r--r-- | tinyusb/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.c b/tinyusb/host/usbh.c index cda5418ff..28c114e1e 100644 --- a/tinyusb/host/usbh.c +++ b/tinyusb/host/usbh.c @@ -243,7 +243,7 @@ void usbh_device_unplugged_isr(uint8_t hostid) usbh_class_drivers[class_code].close) { usbh_class_drivers[class_code].close(dev_addr); - } + } } } |
