Fix compiler warning
pn53x-sam.c:56: warning: no previous prototype for ‘wait_one_minute’
This commit is contained in:
parent
5c82158a5d
commit
61ba0478cd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
#define MAX_FRAME_LEN 264
|
||||
#define TIMEOUT 60 // secs.
|
||||
|
||||
void
|
||||
static void
|
||||
wait_one_minute (void)
|
||||
{
|
||||
int secs = 0;
|
||||
|
|
Loading…
Reference in a new issue