mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-03-06 13:36:07 -05:00
Merge pull request #54 from argilo/fix-conversion-warning
Fix a narrowing conversion warning.
This commit is contained in:
commit
d7c5da73f4
@ -121,7 +121,7 @@ SetFrequencyCorrectionView::SetFrequencyCorrectionView(
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
SetFrequencyCorrectionModel model {
|
SetFrequencyCorrectionModel model {
|
||||||
portapack::persistent_memory::correction_ppb() / 1000
|
(int8_t) (portapack::persistent_memory::correction_ppb() / 1000)
|
||||||
};
|
};
|
||||||
|
|
||||||
form_init(model);
|
form_init(model);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user