Use dprint and dprintf for debug
This commit is contained in:
parent
d9c06db600
commit
ff2d276b19
5 changed files with 72 additions and 62 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue