mirror of https://github.com/g4klx/MMDVM.git
Rescale the FM calibration level.
This commit is contained in:
parent
3ad443dc2a
commit
c85978a4e3
|
@ -41,7 +41,7 @@ CCalFM::CCalFM() :
|
|||
m_frequency(0),
|
||||
m_length(0),
|
||||
m_tone(NULL),
|
||||
m_level(128*32),
|
||||
m_level(128 * 12),
|
||||
m_transmit(false),
|
||||
m_audioSeq(0),
|
||||
m_lastState(STATE_IDLE)
|
||||
|
@ -74,7 +74,7 @@ void CCalFM::process()
|
|||
m_frequency = 2495U;
|
||||
break;
|
||||
default:
|
||||
m_frequency=0;
|
||||
m_frequency = 0U;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue