> return 0 on success.

This commit is contained in:
Romuald Conty
2009-11-23 14:38:17 +00:00
parent 9f2f1ff7f6
commit c14f098898
+1 -1
View File
@@ -179,5 +179,5 @@ Innovision R&T Jewel 0C 00
nfc_configure(pnd,NDO_ACTIVATE_FIELD,false);
nfc_disconnect(pnd);
return 1;
return 0;
}