mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
ReceiverModel no longer uses some baseband modes.
This commit is contained in:
parent
5cdbae495a
commit
472b0a2e79
2 changed files with 1 additions and 5 deletions
|
@ -229,8 +229,7 @@ void ReceiverModel::disable() {
|
|||
}
|
||||
|
||||
int32_t ReceiverModel::tuning_offset() {
|
||||
if( (baseband_configuration.mode == 4) ||
|
||||
(baseband_configuration.mode == 6) ) {
|
||||
if( (baseband_configuration.mode == 4) ) {
|
||||
return 0;
|
||||
} else {
|
||||
return -(sampling_rate() / 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue