Pass the RX level to the FM controller.

This commit is contained in:
Jonathan Naylor 2020-04-26 22:01:11 +01:00
parent d66c6d7f9c
commit f9530ee82a
5 changed files with 16 additions and 18 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;
}