Make m_dcd global variable and save extra function

This commit is contained in:
phl0 2016-11-17 14:05:19 +01:00
parent e3f35e0875
commit 230fab308c
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
6 changed files with 6 additions and 10 deletions

6
IO.cpp
View file

@ -61,7 +61,6 @@ m_ysfTXLevel(128 * 128),
m_p25TXLevel(128 * 128),
m_ledCount(0U),
m_ledValue(true),
m_dcd(false),
m_detect(false),
m_adcOverflow(0U),
m_dacOverflow(0U),
@ -312,11 +311,6 @@ void CIO::setDecode(bool dcd)
m_dcd = dcd;
}
bool CIO::getDecode()
{
return m_dcd;
}
void CIO::setADCDetection(bool detect)
{
m_detect = detect;