summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/usb_driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb/usb_driver.cc')
-rw-r--r--ucoo/hal/usb/usb_driver.cc2
1 files changed, 1 insertions, 1 deletions
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)