Clean up dependencies.
Move ModeA/C demodulator to demod_2000 (decoding stays in mode_ac.c) Remove dependency on interactive.c in stats.c faup1090 then doesn't need interactive.c at all.
This commit is contained in:
parent
99dd290352
commit
5c2ec7106e
4 changed files with 284 additions and 285 deletions
2
stats.c
2
stats.c
|
@ -66,8 +66,6 @@ void display_stats(struct stats *st) {
|
|||
char tb_start[30], tb_end[30];
|
||||
|
||||
printf("\n\n");
|
||||
if (Modes.interactive)
|
||||
interactiveShowData();
|
||||
|
||||
tt_start = st->start/1000;
|
||||
localtime_r(&tt_start, &tm_start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue