Fixed function name
This commit is contained in:
parent
93b996412a
commit
e7f9be41c2
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],"psk31_varicode_decoder_u8_u8"))
|
||||
{
|
||||
unsigned long long status_shr = 0;
|
||||
unsigned char output;
|
||||
|
|
Loading…
Reference in a new issue