change class (hid/cdc) _mounted_isr to _mounted_cb

This commit is contained in:
hathach
2013-07-04 09:45:20 +07:00
parent 544b48183a
commit c5afb9d50f
13 changed files with 22 additions and 22 deletions

View File

@@ -194,9 +194,9 @@ tusb_error_t cdch_open_subtask(uint8_t dev_addr, tusb_descriptor_interface_t con
}
// FIXME mounted class flag is not set yet
if (tusbh_cdc_mounted_isr)
if (tusbh_cdc_mounted_cb)
{
tusbh_cdc_mounted_isr(dev_addr);
tusbh_cdc_mounted_cb(dev_addr);
}
return TUSB_ERROR_NONE;