Fix cppcheck

This commit is contained in:
Dave Allie 2025-12-22 03:03:22 +11:00
parent 52c466d640
commit 28b759bf7d
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -9,7 +9,7 @@ framework = arduino
monitor_speed = 115200 monitor_speed = 115200
upload_speed = 921600 upload_speed = 921600
check_tool = cppcheck check_tool = cppcheck
check_flags = --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unmatchedSuppression --inline-suppr check_flags = --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unmatchedSuppression --suppress=*:*/.pio/* --inline-suppr
check_skip_packages = yes check_skip_packages = yes
board_upload.flash_size = 16MB board_upload.flash_size = 16MB