ARM/threads: Disable debug output

Tracing was accidently switched on by a previous commit.
This commit is contained in:
Ithamar R. Adema
2012-11-07 16:24:21 +01:00
parent 0e5d97e97e
commit ff163585ec
+1 -1
View File
@@ -28,7 +28,7 @@
#include <string.h>
#define TRACE_ARCH_THREAD
//#define TRACE_ARCH_THREAD
#ifdef TRACE_ARCH_THREAD
# define TRACE(x) dprintf x
#else