- add state changed text

- adjust band width

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@393 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-01-08 18:08:36 +00:00
parent 972e8d1582
commit 3f42be1d5d
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -142,6 +142,10 @@ int preamble_sync_impl::general_work (int noutput_items, gr_vector_int &ninput_i
out[j++] = m_word;
break;
}
if (m_state != m_stateNext)
{
fprintf(stderr, "State changed\n");
}
m_state = m_stateNext;
}