Fixed compiler error for old GCC

This commit is contained in:
Andreas Eversberg
2020-01-12 10:22:12 +01:00
parent f132059edf
commit ddce867821
6 changed files with 10 additions and 12 deletions

View File

@@ -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 */