From 49ccbea9e95e17697952604b66dcf2238cd4bf9b Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Thu, 1 Aug 2024 21:11:47 +0200 Subject: [PATCH] fpga: aps6404l device model: Remove unnecessary newlines --- fpga/hdl/device_models/aps6404l.vhd | 2 -- 1 file changed, 2 deletions(-) diff --git a/fpga/hdl/device_models/aps6404l.vhd b/fpga/hdl/device_models/aps6404l.vhd index 3a4d560..5f3434d 100644 --- a/fpga/hdl/device_models/aps6404l.vhd +++ b/fpga/hdl/device_models/aps6404l.vhd @@ -164,9 +164,7 @@ begin cnt := cnt + 1; end if; if falling_edge(sclk) then - handle(cnt mod 2 = 0); - end if; end if;