mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
iso14a cleanup and implement RATS [Hagen Fritsch]
This commit is contained in:
parent
6c45a008f5
commit
7e758047e4
3 changed files with 138 additions and 183 deletions
|
@ -182,15 +182,6 @@ usb_dev_handle* OpenProxmark(int verbose)
|
|||
usb_dev_handle *handle = NULL;
|
||||
unsigned int iface;
|
||||
|
||||
#ifdef __linux__
|
||||
handle = findProxmark(verbose, &iface);
|
||||
if (!handle)
|
||||
return NULL;
|
||||
|
||||
/* Whatever... */
|
||||
usb_reset(handle);
|
||||
#endif
|
||||
|
||||
handle = findProxmark(verbose, &iface);
|
||||
if (!handle)
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue