mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
corrected a compile error. q65_llh declared as an external variable in q65.h and placed in q65.c
This commit is contained in:
parent
68d964b5c7
commit
70e0a84fe8
@ -36,6 +36,7 @@
|
||||
static int _q65_crc6(int *x, int sz);
|
||||
static void _q65_crc12(int *y, int *x, int sz);
|
||||
|
||||
float q65_llh;
|
||||
|
||||
int q65_init(q65_codec_ds *pCodec, const qracode *pqracode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user