fix build

This commit is contained in:
Conor Patrick 2019-05-10 15:57:57 -04:00
parent 0f50ae7d63
commit 36876e1528

View File

@ -293,7 +293,7 @@ void ctaphid_write_block(uint8_t * data)
} }
int ctap_user_presence_test() int ctap_user_presence_test(uint32_t d)
{ {
return 1; return 1;
} }