mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-06 22:29:15 -04:00
Tweak cast to C++ style.
This commit is contained in:
parent
d7c5da73f4
commit
f99016d78f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue