mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Remove reference PPM methods from ReceiverModel.
This commit is contained in:
parent
b0e76191d7
commit
6c06549b6e
3 changed files with 3 additions and 13 deletions
|
@ -129,14 +129,6 @@ void ReceiverModel::set_frequency_step(rf::Frequency f) {
|
|||
frequency_step_ = f;
|
||||
}
|
||||
|
||||
int32_t ReceiverModel::reference_ppm_correction() const {
|
||||
return persistent_memory::correction_ppb() / 1000;
|
||||
}
|
||||
|
||||
void ReceiverModel::set_reference_ppm_correction(int32_t v) {
|
||||
persistent_memory::set_correction_ppb(v * 1000);
|
||||
}
|
||||
|
||||
bool ReceiverModel::antenna_bias() const {
|
||||
return antenna_bias_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue