Convert ringbuffer to a template

This commit is contained in:
Attila Body 2025-06-01 22:31:29 +02:00
parent 5135cdca0c
commit 96b25a1a50
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
3 changed files with 194 additions and 201 deletions

View file

@ -3,7 +3,6 @@ add_library(f1ll STATIC
src/dma_helper.cpp
src/str_util.cpp
src/console_handler.cpp
src/ringbuffer.cpp
)
target_include_directories(f1ll PUBLIC