diff --git a/pc/device.c b/pc/device.c index f267e16..2a0e166 100644 --- a/pc/device.c +++ b/pc/device.c @@ -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; }