diff options
author | Nick Brassel <nick@tzarc.org> | 2021-07-25 12:17:15 +1000 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-07-25 12:17:15 +1000 |
commit | 4ec8764c70da13366f8cb7f8240e3124ea509da5 (patch) | |
tree | e5482bbd1f20e76a5b6dfa03a87d577c3e8d2ed7 /quantum/keymap_common.c | |
parent | fdf3ce3cd1bbf931660678b0b5e138ce37c84e7c (diff) | |
parent | b69e7431aa2e22b4f4662c64e84ed242caac055e (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'quantum/keymap_common.c')
-rw-r--r-- | quantum/keymap_common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/keymap_common.c b/quantum/keymap_common.c index 570d4798de..e0fd6d4793 100644 --- a/quantum/keymap_common.c +++ b/quantum/keymap_common.c @@ -19,10 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "report.h" #include "keycode.h" #include "action_layer.h" -#if defined(__AVR__) -# include <util/delay.h> -# include <stdio.h> -#endif #include "action.h" #include "action_macro.h" #include "debug.h" |