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 d2e39f3451 - Show all commits

View File

@@ -22,8 +22,11 @@ clean:
rm -f looper integration_test src/*.o rm -f looper integration_test src/*.o
check: check:
cppcheck --enable=all --error-exitcode=1 src/*.c cppcheck --enable=all --error-exitcode=1 src/*.c --library=posix .
# Optional: Format code using clang-format # Optional: Format code using clang-format
format: format:
clang-format -i src/*.c clang-format -i src/*.c
install-hooks:
git config core.hooksPath .githooks