rp2/mbedtls: Remove config options that are now in the common settings.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2024-07-02 10:31:44 +10:00
parent 838794ebcc
commit 75350f9c8e

View File

@ -28,10 +28,6 @@
// Set mbedtls configuration
#define MBEDTLS_ECP_NIST_OPTIM
#define MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
// Enable mbedtls modules
#define MBEDTLS_GCM_C
// Time hook
#include <time.h>