From 3843bff97b43deda1bd7e87e2cb8937087288df5 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Wed, 28 Mar 2018 12:04:13 +0800 Subject: [PATCH] component/bt : fix interrupt slow reaction cause assert(interrupt wdt) Some application lock interrupt(portENTER_CRITICAL) too long time, it will cause bluetooth cannot react interrupt in time, then t will cause some assert, assert info following: 1. ld_acl.c 1900 2. ld_fm.c 340 3. other assert reference to this. --- components/bt/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 4e9fdabfe..b76cf6aa3 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 4e9fdabfebc241f42be895c24e1790972e47d7ff +Subproject commit b76cf6aa307acca2bf3634f2534c84b89f60a054