Skip to content

Commit

Permalink
haltTag now returns error value
Browse files Browse the repository at this point in the history
  • Loading branch information
ljos committed Mar 21, 2014
1 parent 3420f8a commit 5557509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MFRC522.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class MFRC522 {
int authenticate(byte mode, byte block, byte *key, byte *serial);
int readFromTag(byte blockAddr, byte *recvData);
int writeToTag(byte blockAddr, byte *writeData);
void haltTag();
int haltTag();

private:
int _sad, _reset;
Expand Down

0 comments on commit 5557509

Please sign in to comment.