mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Use PPB correction to adjust clock generator XTAL PLLA frequency.
Addresses issue #40.
This commit is contained in:
parent
fe7dcdc613
commit
8f326e2d8e
3 changed files with 4 additions and 5 deletions
|
@ -49,7 +49,7 @@ int32_t ReceiverModel::reference_ppm_correction() const {
|
|||
|
||||
void ReceiverModel::set_reference_ppm_correction(int32_t v) {
|
||||
persistent_memory::set_correction_ppb(v * 1000);
|
||||
update_tuning_frequency();
|
||||
clock_manager.set_reference_ppb(v * 1000);
|
||||
}
|
||||
|
||||
bool ReceiverModel::rf_amp() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue