mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +00:00
Fix compiler warning
pn53x-sam.c:120: warning: enumeration value ‘PSM_NORMAL’ not handled in switch
This commit is contained in:
@@ -184,7 +184,7 @@ main (int argc, const char *argv[])
|
||||
// wait_one_minute ();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
case PSM_NORMAL:
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user