diff options
author | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-04-18 08:03:22 +0200 |
---|---|---|
committer | Stephan Bösebeck <stephan.boesebeck@holidayinsider.com> | 2016-04-18 08:03:22 +0200 |
commit | 9cc39156f7ac696c4561a8fa4e01bbcc9addc53e (patch) | |
tree | af166a966b16bb1714551265965b3660fa0c26ba /tmk_core/common/action_macro.c | |
parent | 6732d6cf1a3268ece981c6b0c07a1b9e0f61adbe (diff) | |
parent | d94960be5b32b6a4019b822550ae09cf802bfcd7 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/common/action_macro.c')
-rw-r--r-- | tmk_core/common/action_macro.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action_macro.c b/tmk_core/common/action_macro.c index 7726b11907..cc78c82327 100644 --- a/tmk_core/common/action_macro.c +++ b/tmk_core/common/action_macro.c @@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "action_macro.h" #include "wait.h" -#ifdef DEBUG_ACTION +//#ifdef DEBUG_ACTION #include "debug.h" -#else -#include "nodebug.h" -#endif +//#else +//#include "nodebug.h" +//#endif #ifndef NO_ACTION_MACRO |