Skip to content
Snippets Groups Projects
Verified Commit 2b5aa34d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Another typo

parent 2dd97c4a
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ function Base.read(s::IO, ::Type{T}; legacy=false) where T<:DAQEvent
detector_id = read(s, Int32)
run_id = read(s, Int32)
frame_index, Int32)
frame_index = read(s, Int32)
utc_seconds = read(s, UInt32)
utc_16nanosecondcycles = read(s, UInt32) # 16ns ticks
trigger_counter = read(s, Int64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment