From 391dc2eb434afee9ffbe4507f3db255b5fd6a75c Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Fri, 13 Mar 2015 12:02:31 +0100 Subject: [PATCH] Undefine possibility for USB trace info Define USB_NO_DEBUG to undefine TRACE_DEBUG_WP and TRACE_INFO_WP --- .../atmel_softpack_libraries/usb/include/USBLib_Trace.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sam3s_example/atmel_softpack_libraries/usb/include/USBLib_Trace.h b/sam3s_example/atmel_softpack_libraries/usb/include/USBLib_Trace.h index ae35266e..1993c06f 100644 --- a/sam3s_example/atmel_softpack_libraries/usb/include/USBLib_Trace.h +++ b/sam3s_example/atmel_softpack_libraries/usb/include/USBLib_Trace.h @@ -196,6 +196,10 @@ #endif +#if defined(USB_NO_DEBUG) + #undef TRACE_DEBUG_WP + #undef TRACE_INFO_WP +#endif /** * Exported variables