mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-05 20:37:38 +00:00
Added missing initialize
This commit is contained in:
parent
19ebf14e8c
commit
a6a41ca5a5
@ -155,7 +155,7 @@ SetRadioView::SetRadioView(
|
|||||||
});
|
});
|
||||||
|
|
||||||
SetFrequencyCorrectionModel model {
|
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);
|
form_init(model);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user