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_layer.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_layer.c')
| -rw-r--r-- | tmk_core/common/action_layer.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tmk_core/common/action_layer.c b/tmk_core/common/action_layer.c index e817c0d51..845fbbb21 100644 --- a/tmk_core/common/action_layer.c +++ b/tmk_core/common/action_layer.c | |||
| @@ -4,14 +4,14 @@ | |||
| 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 | /* |
| 15 | * Default Layer State | 15 | * Default Layer State |
| 16 | */ | 16 | */ |
| 17 | uint32_t default_layer_state = 0; | 17 | uint32_t default_layer_state = 0; |
| @@ -52,7 +52,7 @@ void default_layer_xor(uint32_t state) | |||
| 52 | 52 | ||
| 53 | 53 | ||
| 54 | #ifndef NO_ACTION_LAYER | 54 | #ifndef NO_ACTION_LAYER |
| 55 | /* | 55 | /* |
| 56 | * Keymap Layer State | 56 | * Keymap Layer State |
| 57 | */ | 57 | */ |
| 58 | uint32_t layer_state = 0; | 58 | uint32_t layer_state = 0; |
