mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-05 15:17:14 +00:00
@ -397,7 +397,7 @@ bool usbd_control_xfer_cb (uint8_t rhport, uint8_t ep_addr, xfer_result_t event,
|
||||
// Weak stubs: invoked if no strong implementation is available
|
||||
//--------------------------------------------------------------------+
|
||||
TU_ATTR_WEAK usbd_class_driver_t const* usbd_app_driver_get_cb(uint8_t* driver_count) {
|
||||
(void) driver_count;
|
||||
*driver_count = 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
@ -89,7 +89,7 @@ TU_ATTR_WEAK bool hcd_dcache_clean_invalidate(const void* addr, uint32_t data_si
|
||||
}
|
||||
|
||||
TU_ATTR_WEAK usbh_class_driver_t const* usbh_app_driver_get_cb(uint8_t* driver_count) {
|
||||
(void) driver_count;
|
||||
*driver_count = 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user