Merge branch 'master' into duplex

This commit is contained in:
Andy CA6JAU 2017-05-25 23:46:56 -04:00
commit 98d19b18be
7 changed files with 31 additions and 4 deletions

3
IO.cpp
View file

@ -32,7 +32,6 @@ m_txBuffer(TX_RINGBUFFER_SIZE),
m_LoDevYSF(false),
m_ledCount(0U),
m_scanEnable(false),
m_modeTimerCnt(0U),
m_scanPauseCnt(0U),
m_scanPos(0U),
m_ledValue(true),
@ -57,6 +56,8 @@ m_watchdog(0U)
SCLK_pin(LOW);
SDATA_pin(LOW);
SLE_pin(LOW);
m_modeTimerCnt = 0;
}
void CIO::process()