diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2018-10-29 02:12:44 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-28 10:12:44 -0700 |
commit | 8517f8a6606d092014edf23ac9874d6a47fe1178 (patch) | |
tree | 39fef3e091006b26b7344663b34cad899ceee844 /keyboards/helix/rev2 | |
parent | c60a312ba99f4ece511f36bc25c5f63410313b5b (diff) |
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')
-rw-r--r-- | keyboards/helix/rev2/split_scomm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/rev2/split_scomm.c b/keyboards/helix/rev2/split_scomm.c index 50d233ce9a..ada7867960 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 |