X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_dbg.h;h=9aaf9644c1757ef922bec2c51c10d536e9dd290a;hb=6b164d70a5927e8955b1e0869c4ad32d63410d00;hp=e408ac0ca84e8c3f52fa437bd47998ab71fc4260;hpb=e05e5231944441a76f4b7cf66b98e8c7b74b3db9;p=16.git diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index e408ac0c..9aaf9644 100644 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -5,9 +5,13 @@ # ifdef DEBUGSERIAL # include +void _DEBUGF(const char *fmt,...); void _DEBUG(const char *msg); int _DEBUG_INIT(); # else +static inline void _DEBUGF(const char *fmt,...) { + // NOTHING +} static inline void _DEBUG(const char *msg) { // NOTHING }