mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-06 22:31:14 +00:00
Fix a narrowing conversion warning.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user