- removed debug
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@408 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -63,7 +63,7 @@ size_t PocsagDecoder::process(uint8_t const *pData, size_t size)
|
|||||||
| (uint32_t)pData[2] << 8 & 0x0000FF00
|
| (uint32_t)pData[2] << 8 & 0x0000FF00
|
||||||
| (uint32_t)pData[3] << 0 & 0x000000FF;
|
| (uint32_t)pData[3] << 0 & 0x000000FF;
|
||||||
|
|
||||||
fprintf (stderr, "word=%08X\n", word);
|
// fprintf (stderr, "word=%08X\n", word);
|
||||||
|
|
||||||
State stateNext = state;
|
State stateNext = state;
|
||||||
switch(state)
|
switch(state)
|
||||||
|
|||||||
Reference in New Issue
Block a user