Fixed bug in flashrom_spi causing the clock to be active for too long
This commit is contained in:
parent
bf1e95a576
commit
d3b2ea88b5
@ -129,6 +129,7 @@ begin
|
||||
data_next <= '1';
|
||||
else
|
||||
delayCycle <= '1';
|
||||
pseudoEdge <= true;
|
||||
end if;
|
||||
else
|
||||
bitCounter <= bitCounter + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user