Skip to content

Commit 7c06a5f

Browse files
authored
Update ble_hs_id.c
1 parent c8fb858 commit 7c06a5f

File tree

1 file changed

+1
-1
lines changed
  • components/connectivity/Bluetooth_5.0/3rdparty/NimBLE_1_2_0/nimble/host/src

1 file changed

+1
-1
lines changed

components/connectivity/Bluetooth_5.0/3rdparty/NimBLE_1_2_0/nimble/host/src/ble_hs_id.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,5 @@ void
281281
ble_hs_id_reset(void)
282282
{
283283
memset(ble_hs_id_pub, 0, sizeof ble_hs_id_pub);
284-
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_pub);
284+
memset(ble_hs_id_rnd, 0, sizeof ble_hs_id_rnd);
285285
}

0 commit comments

Comments
 (0)