mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Add debugging to the ring buffers.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include "YSFDefines.h"
|
||||
|
||||
CYSFEcho::CYSFEcho(unsigned int delay, unsigned int space) :
|
||||
m_buffer(space),
|
||||
m_buffer(space, "YSF Echo"),
|
||||
m_timer(1000U, delay)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user