cppcheck-supress to ignore intentional error

This commit is contained in:
Jonathan Bennett
2025-06-15 16:36:53 -05:00
parent 8f9e569825
commit 8a8a7cdefc
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#include "graphics/niche/Inputs/TwoButton.h"
#if !defined(INKHUD_BUILDCONF_DRIVER) || !defined(INKHUD_BUILDCONF_DISPLAYRESILIENCE)
// cppcheck-suppress preprocessorErrorDirective
#error If not using a DIY preset, display model and resilience must be set manually
#endif