diff --git a/ports/esp32/main.c b/ports/esp32/main.c index b8ba03e513..3a172e6f8d 100644 --- a/ports/esp32/main.c +++ b/ports/esp32/main.c @@ -216,11 +216,6 @@ void nlr_jump_fail(void *val) { esp_restart(); } -// modussl_mbedtls uses this function but it's not enabled in ESP IDF -void mbedtls_debug_set_threshold(int threshold) { - (void)threshold; -} - void *esp_native_code_commit(void *buf, size_t len, void *reloc) { len = (len + 3) & ~3; uint32_t *p = heap_caps_malloc(len, MALLOC_CAP_EXEC);