FIX kMaxGearSize value

This commit is contained in:
fastium
2025-01-06 23:00:53 +01:00
parent d0ff3defa1
commit dfd94b647c
5 changed files with 5 additions and 5 deletions

View File

@@ -22,5 +22,5 @@ repos:
- id: cppcheck
name: cppcheck
require_serial: true
entry: cppcheck --enable=all --suppress=missingInclude --suppress=missingIncludeSystem --inline-suppr -i mbed-os --std=c++14 --error-exitcode=1
entry: cppcheck --enable=all --suppress=missingInclude --suppress=missingIncludeSystem --suppress=unusedStructMember --inline-suppr -i mbed-os --std=c++14 --error-exitcode=1
language: system