btstack_crypto: avoid false cppcheck warning

This commit is contained in:
Matthias Ringwald 2023-06-09 23:40:34 +02:00
parent 72c3a9edf4
commit a7e127d3ed

View File

@ -95,6 +95,7 @@
#define USE_MBEDTLS_ECC_P256
#define USE_SOFTWARE_ECC_P256_IMPLEMENTATION
#ifdef MBEDTLS_CONFIG_FILE
// cppcheck-suppress preprocessorErrorDirective
#include MBEDTLS_CONFIG_FILE
#else
#include "mbedtls/mbedtls_config.h"