Fixed bug in flashrom_spi causing the clock to be active for too long

This commit is contained in:
Markus Koch 2017-02-26 18:30:25 +01:00
parent bf1e95a576
commit d3b2ea88b5
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ begin
data_next <= '1';
else
delayCycle <= '1';
pseudoEdge <= true;
end if;
else
bitCounter <= bitCounter + 1;