[include][trace] move LTRACEF_LEVEL out of timer code into generic header

Seems useful enough.
This commit is contained in:
Travis Geiselbrecht
2015-06-02 21:11:51 -07:00
parent 785b7e4f77
commit 586fe3d831
2 changed files with 1 additions and 2 deletions

View File

@@ -31,8 +31,6 @@
#define LOCAL_TRACE 0
#define LTRACEF_LEVEL(level, x...) do { if (LOCAL_TRACE >= level) { TRACEF(x); } } while (0)
#include <lib/fixed_point.h>
#if ARCH_ARM64