mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-21 09:16:35 +00:00
Fix compiler warning
pn53x-sam.c:56: warning: no previous prototype for ‘wait_one_minute’
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
#define MAX_FRAME_LEN 264
|
||||
#define TIMEOUT 60 // secs.
|
||||
|
||||
void
|
||||
static void
|
||||
wait_one_minute (void)
|
||||
{
|
||||
int secs = 0;
|
||||
|
||||
Reference in New Issue
Block a user