aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/usbh/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/usbh/debug.h')
-rw-r--r--os/hal/include/usbh/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/include/usbh/debug.h b/os/hal/include/usbh/debug.h
index 5120121..df077aa 100644
--- a/os/hal/include/usbh/debug.h
+++ b/os/hal/include/usbh/debug.h
@@ -23,8 +23,6 @@
#if HAL_USE_USBH
-//TODO: Debug is only for USBHD1, make it generic.
-
#if USBH_DEBUG_ENABLE
void usbDbgPrintf(const char *fmt, ...);
void usbDbgPuts(const char *s);