We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e7526 commit c9eb6bcCopy full SHA for c9eb6bc
ports/esp32/esp32_common.cmake
@@ -42,7 +42,7 @@ list(APPEND MICROPY_SOURCE_LIB
42
${MICROPY_DIR}/lib/littlefs/lfs1_util.c
43
${MICROPY_DIR}/lib/littlefs/lfs2.c
44
${MICROPY_DIR}/lib/littlefs/lfs2_util.c
45
- #${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
+ ${MICROPY_DIR}/lib/mbedtls_errors/esp32_mbedtls_errors.c
46
${MICROPY_DIR}/lib/oofatfs/ff.c
47
${MICROPY_DIR}/lib/oofatfs/ffunicode.c
48
)
0 commit comments