Add debugging to the ring buffers.

This commit is contained in:
Jonathan Naylor
2016-02-15 20:18:30 +00:00
parent 5185a0c245
commit 1bfa3688c0
7 changed files with 54 additions and 38 deletions

View File

@@ -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)
{
}