From da3a2835935173173da8843ecc4800961856ca44 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 30 Jan 2020 16:45:11 +0100 Subject: Fixup protocol reset problem --- gm_platform/fw/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm_platform/fw/serial.c') diff --git a/gm_platform/fw/serial.c b/gm_platform/fw/serial.c index 25b86fc..2c80674 100644 --- a/gm_platform/fw/serial.c +++ b/gm_platform/fw/serial.c @@ -50,7 +50,7 @@ void usart_dma_reset() { usart_tx_buf.wr_idx = 0; usart_tx_buf.xfr_next = 0; usart_tx_buf.wraparound = false; - usart_tx_buf.ack = false; + usart_tx_buf.ack = true; for (size_t i=0; i