code refractor is a everyday job

This commit is contained in:
hathach 2013-04-05 14:13:03 +07:00
parent bc9a97a1be
commit 10f5bce0df
1 changed files with 1 additions and 1 deletions

View File

@ -50,10 +50,10 @@
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF // MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
ehci_data_t ehci_data;
LPC_USB0_Type lpc_usb0; LPC_USB0_Type lpc_usb0;
LPC_USB1_Type lpc_usb1; LPC_USB1_Type lpc_usb1;
extern ehci_data_t ehci_data;
extern usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1]; extern usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+