[include][trace] move LTRACEF_LEVEL out of timer code into generic header
Seems useful enough.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user