continue on refratoring

This commit is contained in:
hathach
2013-04-05 14:26:28 +07:00
parent 10f5bce0df
commit d616fa6c10
8 changed files with 14 additions and 13 deletions
@@ -85,8 +85,7 @@ tusb_descriptor_endpoint_t const desc_ept_interupt_out =
//--------------------------------------------------------------------+
void setUp(void)
{
memclr_(&lpc_usb0, sizeof(LPC_USB0_Type));
memclr_(&lpc_usb1, sizeof(LPC_USB1_Type));
ehci_controller_init();
memclr_(usbh_devices, sizeof(usbh_device_info_t)*(TUSB_CFG_HOST_DEVICE_MAX+1));
memclr_(xfer_data, sizeof(xfer_data));