mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-17 07:19:42 +00:00
3rd-party/micro-ecc: avoid warning for undefined preprocessing identifier
This commit is contained in:
parent
75feb4ebc3
commit
cf7250aa3d
5
3rd-party/micro-ecc/btstack_config_uECC.h
vendored
5
3rd-party/micro-ecc/btstack_config_uECC.h
vendored
@ -9,6 +9,11 @@
|
|||||||
#define uECC_CURVE uECC_secp256r1
|
#define uECC_CURVE uECC_secp256r1
|
||||||
#define uECC_NO_DEFAULT_RNG
|
#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
|
// optimization: size vs. speed: uECC_asm_none - uECC_asm_small - uECC_asm_fast
|
||||||
#ifndef uECC_ASM
|
#ifndef uECC_ASM
|
||||||
#define uECC_ASM uECC_asm_none
|
#define uECC_ASM uECC_asm_none
|
||||||
|
Loading…
Reference in New Issue
Block a user