Skip to content

Commit cfb44b8

Browse files
committed
Keep ESP32 JIT outside mbedtls version guard
1 parent 5dcd891 commit cfb44b8

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/esp32/components/avm_sys

1 file changed

+1
-1
lines changed

src/platforms/esp32/components/avm_sys/sys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ void sys_mbedtls_ctr_drbg_context_unlock(GlobalContext *global)
865865
UNUSED(global);
866866
#endif
867867
}
868+
#endif
868869

869870
#ifndef AVM_NO_JIT
870871
#include <soc/soc.h>
@@ -890,4 +891,3 @@ ModuleNativeEntryPoint sys_map_native_code(const uint8_t *native_code, size_t si
890891
return (ModuleNativeEntryPoint) addr;
891892
}
892893
#endif
893-
#endif

0 commit comments

Comments
 (0)