diff options
author | tmk <nobody@nowhere> | 2014-07-20 14:42:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:38:26 +0900 |
commit | 3e7875455ed392ce5238efa0734e82995e1f8040 (patch) | |
tree | 57cec7eb223614680643afd7812db4553f8789ef /keyboard/hhkb_rn42/rn42/rn42_task.c | |
parent | 50bcaa66c468f350a538279667a0fa68090c55a9 (diff) |
Add flow control by firmware to serial_uart
Diffstat (limited to 'keyboard/hhkb_rn42/rn42/rn42_task.c')
-rw-r--r-- | keyboard/hhkb_rn42/rn42/rn42_task.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboard/hhkb_rn42/rn42/rn42_task.c b/keyboard/hhkb_rn42/rn42/rn42_task.c index 7ec4c1b540..2bc1c7fd04 100644 --- a/keyboard/hhkb_rn42/rn42/rn42_task.c +++ b/keyboard/hhkb_rn42/rn42/rn42_task.c @@ -56,9 +56,7 @@ void rn42_task(void) // Config mode: print output from RN-42 while ((c = serial_recv2()) != -1) { // without flow control it'll fail to receive data when flooded - rn42_cts_hi(); xprintf("%c", c); - rn42_cts_lo(); } } else { // Raw mode: interpret output report of LED state |