mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Move PPB clock adjustment out of ReceiverModel.
This commit is contained in:
parent
fd3f962e40
commit
a9451c17b4
2 changed files with 6 additions and 3 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
#include "portapack_shared_memory.hpp"
|
||||
#include "portapack_persistent_memory.hpp"
|
||||
#include "portapack.hpp"
|
||||
using namespace portapack;
|
||||
|
||||
#include "radio.hpp"
|
||||
#include "audio.hpp"
|
||||
|
||||
#include "dsp_fir_taps.hpp"
|
||||
|
@ -135,7 +135,6 @@ int32_t ReceiverModel::reference_ppm_correction() const {
|
|||
|
||||
void ReceiverModel::set_reference_ppm_correction(int32_t v) {
|
||||
persistent_memory::set_correction_ppb(v * 1000);
|
||||
clock_manager.set_reference_ppb(v * 1000);
|
||||
}
|
||||
|
||||
bool ReceiverModel::antenna_bias() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue