mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-07 22:57:48 +00:00
Tweak cast to C++ style.
This commit is contained in:
parent
d7c5da73f4
commit
f99016d78f
@ -121,7 +121,7 @@ SetFrequencyCorrectionView::SetFrequencyCorrectionView(
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
SetFrequencyCorrectionModel model {
|
SetFrequencyCorrectionModel model {
|
||||||
(int8_t) (portapack::persistent_memory::correction_ppb() / 1000)
|
static_cast<int8_t>(portapack::persistent_memory::correction_ppb() / 1000)
|
||||||
};
|
};
|
||||||
|
|
||||||
form_init(model);
|
form_init(model);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user