fpga: aps6404l device model: Remove unnecessary newlines

This commit is contained in:
Markus Koch 2024-08-01 21:11:47 +02:00
parent eddbcf5f6f
commit 49ccbea9e9

View File

@ -164,9 +164,7 @@ begin
cnt := cnt + 1;
end if;
if falling_edge(sclk) then
handle(cnt mod 2 = 0);
end if;
end if;