From 36876e1528d01be0298beb91d34dbb799f6c6f09 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Fri, 10 May 2019 15:57:57 -0400 Subject: [PATCH] fix build --- pc/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }