1
0
Fork 0

Use dprint and dprintf for debug

This commit is contained in:
tmk 2013-05-14 16:18:22 +09:00
parent d9c06db600
commit ff2d276b19
5 changed files with 72 additions and 62 deletions

View file

@ -3,8 +3,12 @@
#include "action.h"
#include "action_tapping.h"
#include "timer.h"
#include "debug.h"
#ifdef DEBUG_ACTION
#include "debug.h"
#else
#include "nodebug.h"
#endif
#ifndef NO_ACTION_TAPPING