Commit 4037810a authored by Maciej Lipinski's avatar Maciej Lipinski

matlab: more proper counting of acquisition samples after switchover

parent 42edb325
......@@ -393,7 +393,7 @@ int main(int argc, char *argv[])
{
if(finish_after_marker == after_marker_cnt)
break;
else
else if ((0x80000000 & tx_buf[i].value) && ((0x7 & (tx_buf[i].value>>28)) == DBG_MAIN))
after_marker_cnt++;
}
}
......
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