mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
wireless/bluetooth/bt_smp.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
8b212ae040
commit
0dadd03dbb
@@ -1443,7 +1443,7 @@ static int bt_smp_aes_cmac(FAR const uint8_t *key, FAR const uint8_t *in,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
wlinfo("len %u n %u flag %u\n", len, n, flag);
|
wlinfo("len %zu n %u flag %u\n", len, n, flag);
|
||||||
|
|
||||||
/* If flag is true then M_last = M_n XOR K1 */
|
/* If flag is true then M_last = M_n XOR K1 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user