mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 06:49:24 -05:00
Fix a narrowing conversion warning.
This commit is contained in:
parent
f2cabadf60
commit
25c2e612c0
@ -121,7 +121,7 @@ SetFrequencyCorrectionView::SetFrequencyCorrectionView(
|
||||
} });
|
||||
|
||||
SetFrequencyCorrectionModel model {
|
||||
portapack::persistent_memory::correction_ppb() / 1000
|
||||
(int8_t) (portapack::persistent_memory::correction_ppb() / 1000)
|
||||
};
|
||||
|
||||
form_init(model);
|
||||
|
Loading…
Reference in New Issue
Block a user