Fix compiler warning
pn53x-sam.c:56: warning: no previous prototype for ‘wait_one_minute’
This commit is contained in:
parent
5c82158a5d
commit
61ba0478cd
@ -51,7 +51,7 @@
|
||||
#define MAX_FRAME_LEN 264
|
||||
#define TIMEOUT 60 // secs.
|
||||
|
||||
void
|
||||
static void
|
||||
wait_one_minute (void)
|
||||
{
|
||||
int secs = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user