From 13bed6ed4c7d9c86d4839bb8b2897d1d109135df Mon Sep 17 00:00:00 2001 From: baohongde Date: Thu, 27 Dec 2018 15:05:22 +0800 Subject: [PATCH] components/bt: Fix assert 32768 and 65535 1. fix bug that there's very low ratio to cause BLE assert(32768, 0) in rwble.c at line 222 2. fix bug that there's very low ratio to cause BLE assert(65536, 0) in rwble.c at line 222 --- components/bt/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/lib b/components/bt/lib index 8c24ec2b2a..8262f807fd 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 8c24ec2b2a150ea4d410e4aac7c0c04d87052d9d +Subproject commit 8262f807fd1f9ce9717fc3e1cb0485d1667c8730