We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8a892 commit fa8b520Copy full SHA for fa8b520
lib/modem_attest_token/modem_attest_token.c
@@ -43,7 +43,7 @@ int modem_attest_token_get(struct nrf_attestation_token *const token)
43
44
/* Execute AT command to get attestation token */
45
ret = nrf_modem_at_scanf(AT_ATTEST_CMD,
46
- "%%ATTESTTOKEN: \"%127[^.].%127[^\"]\"", &attest, &cose);
+ "%%ATTESTTOKEN: \"%127[^.].%127[^\"]\"", attest, cose);
47
if (ret != 2) {
48
return -EBADMSG;
49
}
0 commit comments