8000 remove MICROPY_SSL_MBEDTLS_ERRSTR · micropython/micropython@b56866a · GitHub
[go: up one dir, main page]

Skip to content

Commit b56866a

Browse files
committed
remove MICROPY_SSL_MBEDTLS_ERRSTR
1 parent 3a85292 commit b56866a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/stm32/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -472,13 +472,10 @@ endif
472472
ifeq ($(MICROPY_SSL_MBEDTLS),1)
473473
CFLAGS_MOD += -DMBEDTLS_CONFIG_FILE='"mbedtls/mbedtls_config.h"'
474474
SRC_MOD += mbedtls/mbedtls_port.c
475-
ifeq ($(MICROPY_SSL_MBEDTLS_ERRSTR),1)
476-
CFLAGS_MOD += -DMBEDTLS_ERROR_C=1
477475
# replace mbedtls' error.c by ours
478476
SRC_MOD := $(filter-out %/mbedtls/library/error.c, $(SRC_MOD))
479477
EXTMOD_SRC_C += lib/mbedtls_errors/mp_mbedtls_errors.c
480478
endif
481-
endif
482479

483480
ifeq ($(MICROPY_PY_BLUETOOTH),1)
484481

0 commit comments

Comments
 (0)
0