Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 124 Bytes

cppcheck.md

File metadata and controls

6 lines (3 loc) · 124 Bytes

CPPCHECK the code with

cppcheck --enable=all --force -q --language=c++ *.cpp *.h *.ino 2>&1 | less

run in the src folder