Skip to content

Commit c9eb6bc

Browse files
committed
esp32: Re-enable custom mbedtls error string tables.
To match other ports that use mbedtls. Signed-off-by: Damien George <[email protected]>
1 parent 58e7526 commit c9eb6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/esp32_common.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ list(APPEND MICROPY_SOURCE_LIB
4242
${MICROPY_DIR}/lib/littlefs/lfs1_util.c
4343
${MICROPY_DIR}/lib/littlefs/lfs2.c
4444
${MICROPY_DIR}/lib/littlefs/lfs2_util.c
45-
#${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
45+
${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
4646
${MICROPY_DIR}/lib/oofatfs/ff.c
4747
${MICROPY_DIR}/lib/oofatfs/ffunicode.c
4848
)

0 commit comments

Comments
 (0)