mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-05 06:15:15 +00:00
Support for interrupt counter test mode
This commit is contained in:
parent
c45a7cf38f
commit
1aab7ec355
13 changed files with 93 additions and 59 deletions
|
|
@ -51,7 +51,7 @@ void CCalRSSI::process()
|
|||
|
||||
if (m_navg >= 6U) {
|
||||
uint16_t ave = m_accum / 6U;
|
||||
|
||||
|
||||
uint8_t buffer[6U];
|
||||
buffer[0U] = (m_max >> 8) & 0xFFU;
|
||||
buffer[1U] = (m_max >> 0) & 0xFFU;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue