diff --git a/3rd-party/micro-ecc/btstack_config_uECC.h b/3rd-party/micro-ecc/btstack_config_uECC.h index 90f2f8059..0ec1d93ba 100644 --- a/3rd-party/micro-ecc/btstack_config_uECC.h +++ b/3rd-party/micro-ecc/btstack_config_uECC.h @@ -9,6 +9,11 @@ #define uECC_CURVE uECC_secp256r1 #define uECC_NO_DEFAULT_RNG +// avoid warning for undefined preprocessing identifier +#ifndef uECC_SUPPORTS_secp256r1 +#define uECC_SUPPORTS_secp256r1 0 +#endif + // optimization: size vs. speed: uECC_asm_none - uECC_asm_small - uECC_asm_fast #ifndef uECC_ASM #define uECC_ASM uECC_asm_none