Skip to content

Commit

Permalink
esp32: Re-enable custom mbedtls error string tables.
Browse files Browse the repository at this point in the history
To match other ports that use mbedtls.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Dec 12, 2023
1 parent 58e7526 commit c9eb6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/esp32/esp32_common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit c9eb6bc

Please sign in to comment.