summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-04-05 14:13:03 +0700
committerhathach <[email protected]>2013-04-05 14:13:03 +0700
commit10f5bce0df2700ce47f3466b838486a76385ce2b (patch)
tree4ade3b13c9ea88d6fa76c64eb6cf564cc06aeb4c /tests
parentbc9a97a1be86b5f57eaa46cdf79fdeb110847105 (diff)
code refractor is a everyday job
Diffstat (limited to 'tests')
-rw-r--r--tests/test/support/ehci_controller.c2
1 files changed, 1 insertions, 1 deletions
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];
//--------------------------------------------------------------------+