diff options
| author | tmk <nobody@nowhere> | 2013-05-14 16:18:22 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-05-14 16:19:40 +0900 |
| commit | ff2d276b193632136c785d92ed01df48aea8461f (patch) | |
| tree | bd8e7c789fbb7f191b4de31498160f05d2f80229 /common/action_tapping.c | |
| parent | d9c06db60006e2191d8b86e34f651644a54426b4 (diff) | |
| download | qmk_firmware-ff2d276b193632136c785d92ed01df48aea8461f.tar.gz qmk_firmware-ff2d276b193632136c785d92ed01df48aea8461f.zip | |
Use dprint and dprintf for debug
Diffstat (limited to 'common/action_tapping.c')
| -rw-r--r-- | common/action_tapping.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/common/action_tapping.c b/common/action_tapping.c index abb0bf518..8b466079d 100644 --- a/common/action_tapping.c +++ b/common/action_tapping.c | |||
| @@ -3,8 +3,12 @@ | |||
| 3 | #include "action.h" | 3 | #include "action.h" |
| 4 | #include "action_tapping.h" | 4 | #include "action_tapping.h" |
| 5 | #include "timer.h" | 5 | #include "timer.h" |
| 6 | #include "debug.h" | ||
| 7 | 6 | ||
| 7 | #ifdef DEBUG_ACTION | ||
| 8 | #include "debug.h" | ||
| 9 | #else | ||
| 10 | #include "nodebug.h" | ||
| 11 | #endif | ||
| 8 | 12 | ||
| 9 | #ifndef NO_ACTION_TAPPING | 13 | #ifndef NO_ACTION_TAPPING |
| 10 | 14 | ||
