From 06d0f8a28243cd92b062ddf761718f1b8721a5ad Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Wed, 25 Jul 2018 01:23:39 +0900 Subject: [PATCH] fix ISR status drop --- keyboards/helix/serial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboards/helix/serial.c b/keyboards/helix/serial.c index 09f7c6c0f0..aef7051703 100644 --- a/keyboards/helix/serial.c +++ b/keyboards/helix/serial.c @@ -322,6 +322,8 @@ ISR(SERIAL_PIN_INTERRUPT) { *trans->status = TRANSACTION_DATA_ERROR; debug_parity_off(); } + } else { + *trans->status = TRANSACTION_ACCEPTED; } sync_recv(); //weit initiator output to high