Skip to content

Commit

Permalink
test: Add TRACE_INFO and TRACE_ERROR definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
laf0rge committed Feb 29, 2016
1 parent 4678388 commit 22925ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/test/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
#include <stdio.h>

#define TRACE_DEBUG(x, args ...) printf(x, ## args)
#define TRACE_INFO TRACE_DEBUG
#define TRACE_ERROR TRACE_DEBUG

0 comments on commit 22925ea

Please sign in to comment.