[dev][timer][arm_generic] Disable LOCAL_TRACE
Change-Id: Ia548485412b08069e2b490b11e525afe2d714061
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <platform/timer.h>
|
||||
#include <trace.h>
|
||||
|
||||
#define LOCAL_TRACE 1
|
||||
#define LOCAL_TRACE 0
|
||||
|
||||
#define LTRACEF_LEVEL(level, x...) do { if (LOCAL_TRACE >= level) { TRACEF(x); } } while (0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user