Fixed compiler error for old GCC
This commit is contained in:
@@ -16,8 +16,6 @@ enum demod_type {
|
||||
FSK_DEMOD_LEVEL, /* check for zero crossing (good for SDR) */
|
||||
};
|
||||
|
||||
typedef struct cnetz cnetz_t;
|
||||
|
||||
typedef struct fsk_fm_demod {
|
||||
cnetz_t *cnetz; /* pointer back to cnetz instance */
|
||||
|
||||
|
Reference in New Issue
Block a user