simtrace2/firmware/test/trace.h

6 lines
86 B
C

#pragma once
#include <stdio.h>
#define TRACE_DEBUG(x, args ...) printf(x, ## args)