- preambleSlow: reset also wordsize on resync

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@400 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-10 12:53:09 +00:00
parent ecef098eff
commit cf7136964d
+1
View File
@@ -119,6 +119,7 @@ int preamble_sync_impl::general_work (int noutput_items, gr_vector_int &ninput_i
}
else
{
m_wordSize = 1;
m_dataCount = 0;
}
break;