diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-17 12:54:32 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-17 12:54:32 -0500 |
commit | d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92 (patch) | |
tree | 906fb97e49f1db6e3ddbbbca07cb3ff930d187d6 /tmk_core/common/action_macro.c | |
parent | c940e87235c9fe26f5c7451464af54a493270a68 (diff) | |
download | qmk_firmware-d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92.tar.gz qmk_firmware-d5b72e7bde5ede25f7d5699b50b7d9eb6f31ba92.zip |
Fixed many compiler warnings related to print being disabled
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 7726b1190..cc78c8232 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/>. | |||
19 | #include "action_macro.h" | 19 | #include "action_macro.h" |
20 | #include "wait.h" | 20 | #include "wait.h" |
21 | 21 | ||
22 | #ifdef DEBUG_ACTION | 22 | //#ifdef DEBUG_ACTION |
23 | #include "debug.h" | 23 | #include "debug.h" |
24 | #else | 24 | //#else |
25 | #include "nodebug.h" | 25 | //#include "nodebug.h" |
26 | #endif | 26 | //#endif |
27 | 27 | ||
28 | 28 | ||
29 | #ifndef NO_ACTION_MACRO | 29 | #ifndef NO_ACTION_MACRO |