[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] [PATCH] Add FORCE to USB debug defines
Commit message:
Add FORCE to USB debug defines.
diff -r 8742a1416ec7 sys/usb/src.km/global.h
--- a/sys/usb/src.km/global.h Wed Oct 29 10:09:26 2014 +0100
+++ b/sys/usb/src.km/global.h Thu Oct 30 10:06:48 2014 +0100
@@ -42,6 +42,7 @@
#ifdef DEV_DEBUG
+# define FORCE(x) KERNEL_FORCE x
# define ALERT(x) KERNEL_ALERT x
# define DEBUG(x) KERNEL_DEBUG x
# define TRACE(x) KERNEL_TRACE x
@@ -49,6 +50,7 @@
#else
+# define FORCE(x) KERNEL_FORCE x
# define ALERT(x) KERNEL_ALERT x
# define DEBUG(x)
# define TRACE(x)