From 838406f9a042bc6ef21bed330c03b1a2cee700a0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 23 Sep 2013 18:10:02 -0600 Subject: USB monitor: Fix some bad conditional compilation --- apps/system/usbmonitor/usbmonitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/system/usbmonitor/usbmonitor.c') diff --git a/apps/system/usbmonitor/usbmonitor.c b/apps/system/usbmonitor/usbmonitor.c index 447bff57b..f223be540 100644 --- a/apps/system/usbmonitor/usbmonitor.c +++ b/apps/system/usbmonitor/usbmonitor.c @@ -74,7 +74,7 @@ /* USB device trace selection */ -#ifdef USBDEV_TRACE +#ifdef CONFIG_USBDEV_TRACE # ifdef CONFIG_SYSTEM_USBMONITOR_TRACEINIT # define TRACE_INIT_BITS (TRACE_INIT_BIT) # else -- cgit v1.2.3