adding deinit() stub for usbh/hcd class driver
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
This commit is contained in:
@@ -637,6 +637,10 @@ void cdch_init(void) {
|
||||
}
|
||||
}
|
||||
|
||||
bool cdch_deinit(void) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void cdch_close(uint8_t daddr) {
|
||||
for (uint8_t idx = 0; idx < CFG_TUH_CDC; idx++) {
|
||||
cdch_interface_t* p_cdc = &cdch_data[idx];
|
||||
|
||||
Reference in New Issue
Block a user