From c331cd21b59a18d4156bc700b132c21ea20a6253 Mon Sep 17 00:00:00 2001 From: Ryan <> Date: Tue, 30 Sep 2025 02:37:36 -0500 Subject: [PATCH] Add missing signal to sensitivity list --- libraries/rs232/rs232_rx_opt.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/rs232/rs232_rx_opt.vhd b/libraries/rs232/rs232_rx_opt.vhd index 1873f1e..586e8b8 100644 --- a/libraries/rs232/rs232_rx_opt.vhd +++ b/libraries/rs232/rs232_rx_opt.vhd @@ -84,7 +84,7 @@ begin end if; end process; - process (state_reg, rx_reg, clk_baud_in, baud_done, count_flush) + process (state_reg, rx_reg, clk_baud_in, baud_done, count_done, count_flush) begin next_state <= state_reg; baud_start <= '0'; -- 2.43.0