Commit bb90142e authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Alessandro Rubini

rt: fix undefined reference to TRACE_DEV

parent 3ccd3158
......@@ -4,5 +4,6 @@
int mprintf(char const *format, ...);
#define TRACE(...) mprintf(__VA_ARGS__)
#define TRACE_DEV(...) mprintf(__VA_ARGS__)
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment