diff options
| author | hathach <[email protected]> | 2019-07-24 09:45:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-24 09:45:32 +0700 |
| commit | c63f2b30cbad128d5b46820965f0734be9879cb1 (patch) | |
| tree | 7a7d4aa4f9c9a962e7a8310a45508be9904e2cda /src/device/usbd.h | |
| parent | 8fad8fb5c2d4b586431c1893f912ad2ebedc9b33 (diff) | |
rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_request_cb/complete_cb
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index a77110bde..5aba18ef3 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -100,10 +100,6 @@ TU_ATTR_WEAK void tud_suspend_cb(bool remote_wakeup_en); // Invoked when usb bus is resumed
TU_ATTR_WEAK void tud_resume_cb(void);
-// Invoked when received control request with VENDOR TYPE
-TU_ATTR_WEAK bool tud_control_vendor_request_cb(uint8_t rhport, tusb_control_request_t const * request);
-TU_ATTR_WEAK bool tud_control_vendor_complete_cb(uint8_t rhport, tusb_control_request_t const * request);
-
//--------------------------------------------------------------------+
// Descriptor Templates
//--------------------------------------------------------------------+
|
