Merge pull request #278 from DavidLin1577/patch-4

Fixed bug in  ble_hs_id.c
This commit is contained in:
Supowang 2021-01-18 10:38:23 +08:00 committed by GitHub
commit fcc90e4e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}