diff options
Diffstat (limited to 'tmk_core/common/action_layer.c')
-rw-r--r-- | tmk_core/common/action_layer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action_layer.c b/tmk_core/common/action_layer.c index 845fbbb21..63fa2b5ae 100644 --- a/tmk_core/common/action_layer.c +++ b/tmk_core/common/action_layer.c | |||
@@ -4,11 +4,11 @@ | |||
4 | #include "util.h" | 4 | #include "util.h" |
5 | #include "action_layer.h" | 5 | #include "action_layer.h" |
6 | 6 | ||
7 | //#ifdef DEBUG_ACTION | 7 | #ifdef DEBUG_ACTION |
8 | #include "debug.h" | 8 | #include "debug.h" |
9 | //#else | 9 | #else |
10 | //#include "nodebug.h" | 10 | #include "nodebug.h" |
11 | //#endif | 11 | #endif |
12 | 12 | ||
13 | 13 | ||
14 | /* | 14 | /* |