Revert "Make CTCSS threshold RXLevel and RXBoost agnostic"

This commit is contained in:
Jonathan Naylor 2020-04-25 23:48:02 +01:00 committed by GitHub
parent f92d93772c
commit bd4096b6be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 17 deletions

5
IO.cpp
View file

@ -592,8 +592,3 @@ bool CIO::hasLockout() const
{
return m_lockout;
}
q15_t CIO::getRxLevel() const
{
return m_rxLevel;
}