add wink command

This commit is contained in:
Conor Patrick
2018-12-08 20:37:30 -05:00
parent 51cf2d5ec9
commit 5dd3355bd8
6 changed files with 56 additions and 6 deletions

View File

@@ -447,4 +447,7 @@ void ctap_overwrite_rk(int index,CTAP_residentKey * rk)
printf("Warning: rk not implemented\n");
}
void device_wink()
{
printf("*WINK*\n");
}