Browse Source

examples: blufi: enable MBEDTLS_DHM_C, as blufi has dependency on this

Mahavir Jain 4 years ago
parent
commit
b05666a2c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/bluetooth/blufi/sdkconfig.defaults

+ 1 - 0
examples/bluetooth/blufi/sdkconfig.defaults

@@ -37,3 +37,4 @@ CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=n
 CONFIG_BT_SMP_ENABLE=n
 CONFIG_BT_BLE_BLUFI_ENABLE=y
 CONFIG_MBEDTLS_HARDWARE_MPI=n
+CONFIG_MBEDTLS_DHM_C=y