未验证 提交 fcc90e4e 编写于 作者: S Supowang 提交者: GitHub

Merge pull request #278 from DavidLin1577/patch-4

Fixed bug in  ble_hs_id.c
......@@ -281,5 +281,5 @@ void
ble_hs_id_reset(void)
{
memset(ble_hs_id_pub, 0, sizeof ble_hs_id_pub);
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_pub);
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_rnd);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册