Skip to content

Commit

Permalink
Fix missing variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschumacher committed Feb 16, 2022
1 parent 22c6999 commit 65cc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/julia/src/RedPitayaDAQServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function receive(rp::RedPitaya, timeout::Number, N=100)
sleep(timeout / N )
end
@async Base.throwto(t, EOFError())
error("Receive ran into timeout on RP $(rp.host) on command $(cmd)!")
error("Receive ran into timeout on RP $(rp.host)!")
return t
end

Expand Down

0 comments on commit 65cc5e3

Please sign in to comment.