add(SlaveLogParser): test for psbid 525

This commit is contained in:
Wataru Otsubo 2024-10-29 18:07:15 +09:00
parent f325051a08
commit 2eef64bf5b
2 changed files with 12 additions and 2 deletions

View file

@ -144,7 +144,6 @@ function parse_power_section!(lines::Base.Iterators.Stateful)
)
line = popfirst!(lines) # I'm not sure this mutating operation is called in sequence
m = match(re, line)
@info "" m line
(dac = parse(Int64, m[1]), adc = parse(Int64, m[2]))
end |>
Tuple |>