1-multichannel #1

Merged
boomjacky merged 31 commits from 1-multichannel into multichannel 2026-05-09 15:47:09 -04:00
Showing only changes of commit 5532b8cd50 - Show all commits

View File

@@ -20,3 +20,10 @@ test: integration
.PHONY: clean integration test
clean:
rm -f looper integration_test src/*.o
check:
cppcheck --enable=all --error-exitcode=1 src/*.c
# Optional: Format code using clang-format
format:
clang-format -i src/*.c