summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb')
-rw-r--r--ucoo/hal/usb/test/Makefile2
-rw-r--r--ucoo/hal/usb/usb_driver.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucoo/hal/usb/test/Makefile b/ucoo/hal/usb/test/Makefile
index d4849df..cac90d8 100644
--- a/ucoo/hal/usb/test/Makefile
+++ b/ucoo/hal/usb/test/Makefile
@@ -4,6 +4,6 @@ TARGETS = stm32f4
PROGS = test_usb
test_usb_SOURCES = test_usb.cc
-MODULES = ucoo/hal/usb ucoo/hal/gpio
+MODULES = ucoo/hal/usb ucoo/hal/gpio ucoo/utils
include $(BASE)/build/top.mk
diff --git a/ucoo/hal/usb/usb_driver.cc b/ucoo/hal/usb/usb_driver.cc
index efd8e6c..e53fe2f 100644
--- a/ucoo/hal/usb/usb_driver.cc
+++ b/ucoo/hal/usb/usb_driver.cc
@@ -26,7 +26,7 @@
namespace ucoo {
-Trace<CONFIG_UCOO_HAL_USB_TRACE> usb_trace;
+Trace<CONFIG_UCOO_HAL_USB_TRACE> usb_trace ("usb");
void
UsbDriver::register_application (UsbApplication &app)