From 2cf4c02be961bc519aa02b7ce0de654e616203ff Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Thu, 14 Feb 2019 16:52:17 +0800 Subject: [PATCH] component/esp32 : fix coexist lc protect cause memory corrupted The bug will cause memory corrupted (the largest range is from 0x3ffc0000 ~ 0x3ffc8000), some strange error will happen, like IllegalInstruction, LoadProhibited and .etc. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 0c5f3d4586..da0fa33dd6 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 0c5f3d45865423caa1f3069ecff905420641220b +Subproject commit da0fa33dd6a8e8ed7d5207823791aa9abf4677c3