Last minute tidy-ups.

This commit is contained in:
Jonathan Naylor 2020-05-02 14:47:43 +01:00
parent de3c257f79
commit baa4f7aa4c
5 changed files with 26 additions and 31 deletions

View file

@ -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)
{
}