mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 21:11:12 +02:00
esp32: Re-enable custom mbedtls error string tables.
To match other ports that use mbedtls. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -42,7 +42,7 @@ list(APPEND MICROPY_SOURCE_LIB
|
||||
${MICROPY_DIR}/lib/littlefs/lfs1_util.c
|
||||
${MICROPY_DIR}/lib/littlefs/lfs2.c
|
||||
${MICROPY_DIR}/lib/littlefs/lfs2_util.c
|
||||
#${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
|
||||
${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
|
||||
${MICROPY_DIR}/lib/oofatfs/ff.c
|
||||
${MICROPY_DIR}/lib/oofatfs/ffunicode.c
|
||||
)
|
||||
|
Reference in New Issue
Block a user