diff options
| author | hathach <[email protected]> | 2018-07-12 23:08:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-12 23:08:54 +0700 |
| commit | a4292e590668c30f78027573f59f1f4abca9dcb8 (patch) | |
| tree | 6d5f117d965da6b44fb47de28425b72bd2e92c23 /src/device | |
| parent | 44c494106f212e5f5a6161b697a007164afa8da0 (diff) | |
changing cdc device to support multiple interface (not yet)
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 5c3e889a7..b1649ab4b 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -516,9 +516,6 @@ static uint16_t get_descriptor(uint8_t rhport, tusb_control_request_t const * co return len;
}
-//--------------------------------------------------------------------+
-// USBD-CLASS API
-//--------------------------------------------------------------------+
//--------------------------------------------------------------------+
// USBD-DCD Callback API
|
