mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Last minute tidy-ups.
This commit is contained in:
parent
de3c257f79
commit
baa4f7aa4c
5 changed files with 26 additions and 31 deletions
|
|
@ -38,13 +38,13 @@ const struct TONE_TABLE {
|
|||
const uint8_t TONE_TABLE_DATA_LEN = 6U;
|
||||
|
||||
CCalFM::CCalFM() :
|
||||
m_tone(NULL),
|
||||
m_frequency(0),
|
||||
m_length(0),
|
||||
m_tone(NULL),
|
||||
m_level(128*32),
|
||||
m_transmit(false),
|
||||
m_lastState(STATE_IDLE),
|
||||
m_audioSeq(0)
|
||||
m_audioSeq(0),
|
||||
m_lastState(STATE_IDLE)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue