mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Added missing initialize
This commit is contained in:
parent
19ebf14e8c
commit
a6a41ca5a5
@ -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…
Reference in New Issue
Block a user