mirror of
https://github.com/keirf/greaseweazle-firmware.git
synced 2025-10-31 11:06:44 -07:00
kryoflux: Emit 12us final value, not 12 sec!
This commit is contained in:
@@ -207,7 +207,7 @@ class KryoFlux(Image):
|
||||
emit(math.ceil(index[index_idx] - total) + 1)
|
||||
# A dummy cell so that we definitely have *something* after the
|
||||
# final OOB.Index, so that all parsers should register the Index.
|
||||
emit(round(sck*12)) # 12us
|
||||
emit(round(sck*12e-6)) # 12us
|
||||
|
||||
# Emit StreamEnd and EOF blocks to terminate the stream.
|
||||
dat += struct.pack('<2BH2I', Op.OOB, OOB.StreamEnd, 8, stream_idx, 0)
|
||||
|
||||
Reference in New Issue
Block a user