summaryrefslogtreecommitdiffstats
path: root/keyboards/helix/rev2/split_scomm.c
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-10-28 18:12:44 +0100
committerDrashna Jaelre <drashna@live.com>2018-10-28 18:12:44 +0100
commit8517f8a6606d092014edf23ac9874d6a47fe1178 (patch)
tree39fef3e091006b26b7344663b34cad899ceee844 /keyboards/helix/rev2/split_scomm.c
parentc60a312ba99f4ece511f36bc25c5f63410313b5b (diff)
downloadqmk_firmware-8517f8a6606d092014edf23ac9874d6a47fe1178.tar.gz
qmk_firmware-8517f8a6606d092014edf23ac9874d6a47fe1178.tar.xz
Helix serial.c re-adjust compiler depend value of delay (#4269)
* Helix serial.c add debug code * re-adjust READ_WRITE_WIDTH_ADJUST values * re-adjust READ_WRITE_START_ADJUST values * re-adjust TID_SEND_ADJUST value * Helix serial.c: remove debug code
Diffstat (limited to 'keyboards/helix/rev2/split_scomm.c')
-rw-r--r--keyboards/helix/rev2/split_scomm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/rev2/split_scomm.c b/keyboards/helix/rev2/split_scomm.c
index 50d233ce9..ada786796 100644
--- a/keyboards/helix/rev2/split_scomm.c
+++ b/keyboards/helix/rev2/split_scomm.c
@@ -7,9 +7,6 @@
#include <stddef.h>
#include <split_scomm.h>
#include "serial.h"
-#ifdef SERIAL_DEBUG_MODE
-#include <avr/io.h>
-#endif
#ifdef CONSOLE_ENABLE
#include <print.h>
#endif