diff options
| author | hathach <[email protected]> | 2018-03-06 17:18:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-06 17:18:43 +0700 |
| commit | e561f4f4c68ebad8bf7b35adaaa9907ffb7c5fe0 (patch) | |
| tree | 65f12c1cf14c14474a51a16dbd64b5e8032d6466 /tinyusb/device/usbd.c | |
| parent | 792f51a927a85c27d4e26c0a6dc8202280613991 (diff) | |
rename to hal_dcd_pipe_clear_stall()
Diffstat (limited to 'tinyusb/device/usbd.c')
| -rw-r--r-- | tinyusb/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/device/usbd.c b/tinyusb/device/usbd.c index 3a3bb6220..e16afbfb1 100644 --- a/tinyusb/device/usbd.c +++ b/tinyusb/device/usbd.c @@ -297,7 +297,7 @@ tusb_error_t usbd_control_request_subtask(uint8_t coreid, tusb_control_request_t TUSB_REQUEST_TYPE_STANDARD == p_request->bmRequestType_bit.type &&
TUSB_REQUEST_CLEAR_FEATURE == p_request->bRequest )
{
- dcd_pipe_clear_stall(coreid, u16_low_u8(p_request->wIndex) );
+ hal_dcd_pipe_clear_stall(coreid, u16_low_u8(p_request->wIndex) );
} else
{
error = TUSB_ERROR_DCD_CONTROL_REQUEST_NOT_SUPPORT;
|
