1
0
Fork 0

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
This commit is contained in:
Takeshi ISHII 2018-10-29 02:12:44 +09:00 committed by Drashna Jaelre
parent c60a312ba9
commit 8517f8a660
2 changed files with 44 additions and 13 deletions

View file

@ -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