Make these function accept no argument (instead of any).
This commit is contained in:
parent
136cfdf48d
commit
2d393bff91
2 changed files with 2 additions and 2 deletions
|
|
@ -214,7 +214,7 @@ authenticate (uint32_t uiBlock)
|
|||
}
|
||||
|
||||
static bool
|
||||
unlock_card()
|
||||
unlock_card (void)
|
||||
{
|
||||
printf ("Unlocking card\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue