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