minor: Fix issue with first log message timestamp (closes #2873)
Co-authored-by: Gisle Vanem <gvanem@users.noreply.github.com>
This commit is contained in:
parent
25a0a97454
commit
5d03ee190b
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ void r_init_cfg(r_cfg_t *cfg)
|
|||
baseband_init();
|
||||
|
||||
time(&cfg->frames_since);
|
||||
get_time_now(&cfg->demod->now);
|
||||
|
||||
list_ensure_size(&cfg->demod->r_devs, 100);
|
||||
list_ensure_size(&cfg->demod->dumper, 32);
|
||||
|
|
Loading…
Add table
Reference in a new issue