diff options
| author | hathach <[email protected]> | 2018-12-05 17:45:38 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-05 17:45:38 +0700 |
| commit | b2ec8230d9acffbc0df280832b0341b82584b226 (patch) | |
| tree | 25e4eae94d5731873fee9da2bfe216eec6d0cc2a /src/device/usbd_control.c | |
| parent | cf60b206528fc955bbdd1bfec2c7016a985313ea (diff) | |
| parent | 27793cbd3dba550f9a7124d5e539325904b795e8 (diff) | |
Merge pull request #19 from hathach/devlocal
queue lock/unlock with isr
Diffstat (limited to 'src/device/usbd_control.c')
| -rw-r--r-- | src/device/usbd_control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index ebeaaaa4d..ae7e894b7 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -83,7 +83,6 @@ bool usbd_control_status(uint8_t rhport, tusb_control_request_t const * request) return dcd_edpt_xfer(rhport, request->bmRequestType_bit.direction ? EDPT_CTRL_OUT : EDPT_CTRL_IN, NULL, 0);
}
-
// Each transaction is up to endpoint0's max packet size
static bool start_control_data_xact(uint8_t rhport)
{
|
