Fix compiler warning

pn53x-sam.c:56: warning: no previous prototype for ‘wait_one_minute’
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:32:30 +00:00
parent 5c82158a5d
commit 61ba0478cd

View file

@ -51,7 +51,7 @@
#define MAX_FRAME_LEN 264
#define TIMEOUT 60 // secs.
void
static void
wait_one_minute (void)
{
int secs = 0;