Fix CTCSS value is different when using RXLevel 50 to 99

This commit is contained in:
Geoffrey Merck
2020-05-01 17:56:45 +02:00
parent 5b32fecc0a
commit 0a5c496a3a
2 changed files with 17 additions and 1 deletions
+2
View File
@@ -62,6 +62,8 @@ public:
void reset();
private:
q15_t q15Division(q15_t a, q15_t divisor);
q63_t m_coeffDivTwo;
q31_t m_threshold;
uint16_t m_count;