Alter levels and threshold logging slightly.

This commit is contained in:
Jonathan Naylor 2016-06-22 18:06:49 +01:00
parent 17f6314f90
commit 2d656b0126
6 changed files with 6 additions and 6 deletions

View file

@ -386,6 +386,6 @@ void CDMRSlotRX::setThreshold(int8_t percent)
m_scale = res / 1000;
DEBUG2("DMR, Scale", m_scale);
DEBUG2("DMRSlotRX: Scale", m_scale);
}