mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
All ports that use mbedtls use the custom error messages in mp_mbedtls_errors.c. This commit simplifies the build so that ports don't need to explicitly add this file, it's now used by default when mbedtls is enabled. Signed-off-by: Damien George <damien@micropython.org>