From 3bf0be7f23752350f11677d4d797ff59286cbf12 Mon Sep 17 00:00:00 2001 From: Paul Gardner-Stephen Date: Fri, 5 Apr 2024 00:58:12 +1030 Subject: [PATCH] add missing sensitivity list items #798 --- src/vhdl/keypad_i2c.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vhdl/keypad_i2c.vhdl b/src/vhdl/keypad_i2c.vhdl index 0b67b8da1..6bbd7fe72 100644 --- a/src/vhdl/keypad_i2c.vhdl +++ b/src/vhdl/keypad_i2c.vhdl @@ -142,7 +142,7 @@ begin debug_scl => i2c1_debug_scl ); - process (clock,cs,fastio_read,fastio_addr) is + process (clock,cs,fastio_read,fastio_addr,write_job_pending,i2c1_error,debug_status,busy_count) is begin if cs='1' and fastio_read='1' then