mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-08 01:35:02 -04:00
Added missing initialize
This commit is contained in:
parent
19ebf14e8c
commit
a6a41ca5a5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ SetRadioView::SetRadioView(
|
|||
});
|
||||
|
||||
SetFrequencyCorrectionModel model {
|
||||
static_cast<int8_t>(portapack::persistent_memory::correction_ppb() / 1000)
|
||||
static_cast<int8_t>(portapack::persistent_memory::correction_ppb() / 1000) , 0
|
||||
};
|
||||
|
||||
form_init(model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue