move osal_queue_send of osal_none to osal_none.c

This commit is contained in:
hathach
2014-04-18 14:45:21 +07:00
parent 6aecb62be2
commit 4091ddc4fc
12 changed files with 87 additions and 89 deletions

View File

@@ -549,7 +549,6 @@ static void port_connect_status_change_isr(uint8_t hostid)
}else // device unplugged
{
usbh_hcd_rhport_unplugged_isr(hostid);
// regs->usb_cmd_bit.advacne_async = 1; // Async doorbell check EHCI 4.8.2 for operational details
}
}