From e56a0aece83e3f9d9c0de8b48e01225cf0f48962 Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Mon, 25 Jun 2018 14:03:57 +0900 Subject: [PATCH] add comments --- keyboards/helix/serial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/helix/serial.c b/keyboards/helix/serial.c index a1424e22fe..514f8e1191 100644 --- a/keyboards/helix/serial.c +++ b/keyboards/helix/serial.c @@ -172,6 +172,7 @@ void serial_slave_init(void) { } // Used by the master to synchronize timing with the slave. +// !!! +- (ビット幅/2) のズレを補正する。手順再度考察 static void sync_recv(void) { debug_sync_start(); @@ -182,6 +183,7 @@ void sync_recv(void) { } // Used by the slave to send a synchronization signal to the master. +// !!! +- (ビット幅/2) のズレを補正する。手順再度考察 static void sync_send(void) { debug_sync_start();