mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: And that should be everything cleaned up with unneed functions and calls.
This commit is contained in:
parent
7dfa1b021e
commit
8eeb3c6a0b
2 changed files with 2 additions and 7 deletions
|
@ -98,7 +98,6 @@ extern void iso14a_set_trigger(bool enable);
|
|||
|
||||
int EmSendCmd14443aRaw(uint8_t *resp, uint16_t respLen);
|
||||
int EmSend4bit(uint8_t resp);
|
||||
int EmSendCmdExPar(uint8_t *resp, uint16_t respLen, uint8_t *par);
|
||||
extern int EmSendCmd(uint8_t *resp, uint16_t respLen);
|
||||
extern int EmGetCmd(uint8_t *received, uint16_t *len, uint8_t *parity);
|
||||
int EmSendCmdPar(uint8_t *resp, uint16_t respLen, uint8_t *par);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue