From 10f5bce0df2700ce47f3466b838486a76385ce2b Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 5 Apr 2013 14:13:03 +0700 Subject: [PATCH] code refractor is a everyday job --- tests/test/support/ehci_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/support/ehci_controller.c b/tests/test/support/ehci_controller.c index 317aba8b5..d1a7bbdde 100644 --- a/tests/test/support/ehci_controller.c +++ b/tests/test/support/ehci_controller.c @@ -50,10 +50,10 @@ //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF //--------------------------------------------------------------------+ -ehci_data_t ehci_data; LPC_USB0_Type lpc_usb0; LPC_USB1_Type lpc_usb1; +extern ehci_data_t ehci_data; extern usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1]; //--------------------------------------------------------------------+