mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Add the timeout tones.
This commit is contained in:
+4
-2
@@ -33,8 +33,10 @@ public:
|
||||
void getAudio(q15_t* samples, uint8_t length);
|
||||
|
||||
private:
|
||||
q15_t m_level;
|
||||
bool m_running;
|
||||
q15_t m_level;
|
||||
bool m_running;
|
||||
uint32_t m_pos;
|
||||
uint8_t m_n;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user