refactored

This commit is contained in:
2025-10-26 16:34:32 +01:00
parent 13a0db52ff
commit 4d75186c39
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ TARGET ?= $(NAME)
CXXFLAGS += -std=c++11
INCLUDES += -I $(realpath .) -I $(realpath ../public)
INCLUDES += -I $(realpath .) -I $(realpath ../../)
CXX_SRCS := test_ringbuffer.cpp
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../public/dsp_ringbuffer.hpp"
#include <delay/ringbuffer.hpp>
#include <cstdio>