Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 667c0b34 authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

don't print x when CRC is disabled

parent 2b37b898
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ if(enable_CRC) ...@@ -57,7 +57,7 @@ if(enable_CRC)
println(output, y_CC_CRC," ",valid) println(output, y_CC_CRC," ",valid)
else else
# no CRC decoding, so valid is x for "undefined" # no CRC decoding, so valid is x for "undefined"
println(output, y," x") println(output, y) #," x")
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment