diff options
| author | hathach <[email protected]> | 2019-07-24 23:12:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-24 23:12:31 +0700 |
| commit | caf2b6d46346ee0d27f2e10c57b84a538c799475 (patch) | |
| tree | 41ce75d6fe3b27a792a03ffa08be0da0ba1661b3 /src/class | |
| parent | 2a543c0e79b882b054d87f89ee8cf8e83b44e22e (diff) | |
move tud_vendor_control_* to usbd.h
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/vendor/vendor_device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/class/vendor/vendor_device.h b/src/class/vendor/vendor_device.h index 0fa1f2d43..08deba5ab 100644 --- a/src/class/vendor/vendor_device.h +++ b/src/class/vendor/vendor_device.h @@ -66,10 +66,6 @@ static inline uint32_t tud_vendor_write (uint8_t const* buffer, uint32_t bu // Application Callback API (weak is optional) //--------------------------------------------------------------------+ -// Invoked when received control request with VENDOR TYPE -TU_ATTR_WEAK bool tud_vendor_control_request_cb(uint8_t rhport, tusb_control_request_t const * request); -TU_ATTR_WEAK bool tud_vendor_control_complete_cb(uint8_t rhport, tusb_control_request_t const * request); - // Invoked when received new data TU_ATTR_WEAK void tud_vendor_rx_cb(uint8_t itf); |
