Updated ring buffer

Updated ring buffer to match use case, one write head with negative read
index
This commit is contained in:
2026-06-02 17:29:46 +02:00
parent e549ed9038
commit e7e436affa
3 changed files with 4 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE
# Add sources to executable
target_sources(${CMAKE_PROJECT_NAME} PRIVATE
# Add user sources here
Core/Src/ring_buffer.c
)
# Link directories setup