Skip to content

Commit 17b7e4d

Browse files
committed
Silence warning in SM
1 parent d61148d commit 17b7e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nimble/nimble/host/src/ble_sm_alg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ ble_sm_alg_g2(const uint8_t *u, const uint8_t *v, const uint8_t *x,
510510
ble_sm_alg_log_buf("res", xs, 16);
511511

512512
*passkey = get_be32(xs + 12) % 1000000;
513-
BLE_HS_LOG(DEBUG, " passkey=%u\n", *passkey);
513+
BLE_HS_LOG(DEBUG, " passkey=%" PRIu32"\n", *passkey);
514514

515515
return 0;
516516
}

0 commit comments

Comments
 (0)