fix error return
This commit is contained in:
parent
68d9fe6fb7
commit
dcda21c096
@ -777,8 +777,8 @@ uint8_t ctaphid_custom_command(int len, CTAP_RESPONSE * ctap_resp, CTAPHID_WRITE
|
|||||||
param |= ctap_buffer[1] << 8;
|
param |= ctap_buffer[1] << 8;
|
||||||
param |= ctap_buffer[2] << 0;
|
param |= ctap_buffer[2] << 0;
|
||||||
if (param != 0){
|
if (param != 0){
|
||||||
ctaphid_send_error(wb->cid, CTAP1_ERR_INVALID_LENGTH);
|
ctaphid_send_error(wb->cid, CTAP2_ERR_UNSUPPORTED_OPTION);
|
||||||
return CTAP2_ERR_UNSUPPORTED_OPTION;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ask for THREE button presses
|
// Ask for THREE button presses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user