Commit 5fc79880 authored by Andrey Filippov's avatar Andrey Filippov

desting, debugging, cleaning up

parent 4aaf6074
This diff is collapsed.
......@@ -1117,9 +1117,10 @@ class X393PIOSequences(object):
break
else:
last_bad= 0
rslt=(first_bad, last_bad, data16[mid_index],mid_index)
if quiet < 3:
print ("non_consecutive leading/trailing: %d /%d"%(first_bad, last_bad))
return (first_bad, last_bad)
print ("non_consecutive leading/trailing: %d /%d, middle data=0x%x, index=0x%x"%rslt)
return rslt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment