btstack_crypto: improve warning

This commit is contained in:
Matthias Ringwald 2018-08-24 10:56:24 +02:00
parent a4fe646795
commit ddd7eb8cef

View File

@ -817,7 +817,7 @@ static void btstack_crypto_event_handler(uint8_t packet_type, uint16_t cid, uint
#ifndef USE_SOFTWARE_ECC_P256_IMPLEMENTATION
if (!ecdh_operations_supported){
// mbedTLS can also be used if already available (and malloc is supported)
log_error("ECC-P256 support enabled, but HCI Controller doesn't support it. Please add USE_MICRO_ECC_P256 to btstack_config.h");
log_error("ECC-P256 support enabled, but HCI Controller doesn't support it. Please add ENABLE_MICRO_ECC_FOR_LE_SECURE_CONNECTIONS to btstack_config.h");
}
#endif
#endif