Fixed bug that prevented many functions to work; this came from a previous commit
This commit is contained in:
parent
ad36d1160e
commit
93b996412a
1 changed files with 1 additions and 1 deletions
2
csdr.c
2
csdr.c
|
@ -2277,7 +2277,7 @@ int main(int argc, char *argv[])
|
|||
|___/
|
||||
*/
|
||||
|
||||
if(!!strcmp(argv[1],"bpsk31_varicode_decoder_u8_u8"))
|
||||
if(!strcmp(argv[1],"bpsk31_varicode_decoder_u8_u8"))
|
||||
{
|
||||
unsigned long long status_shr = 0;
|
||||
unsigned char output;
|
||||
|
|
Loading…
Reference in a new issue