marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

[patch] nfc_initiator_deselect_target should return 0 #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the last command of pn53x_InRelease is a transmit. The result is the 
return value for nfc_initiator_deselect_target. The result will be something 
positive instead of "0". The caller of nfc_initiator_deselect_target, however, 
will expect 0 since he does not want to transmit something.

Original issue reported on code.google.com by frankmor...@googlemail.com on 18 Oct 2012 at 8:31

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3629219a3b98.

Original comment by romu...@libnfc.org on 30 Oct 2012 at 10:22