Fix compiler warning

pn53x-sam.c:120: warning: enumeration value ‘PSM_NORMAL’ not handled in
switch
This commit is contained in:
Ludovic Rousseau 2012-05-16 19:06:42 +00:00
parent 45ef3b43c4
commit cf56496ee9

View file

@ -184,7 +184,7 @@ main (int argc, const char *argv[])
// wait_one_minute ();
}
break;
default:
case PSM_NORMAL:
break;
}