mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile
This commit is contained in:
parent
3e83ff2159
commit
2e8d938bef
4 changed files with 13 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// 2011, Merlok
|
||||
// 2014, Peter Fillmore
|
||||
// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>, Hagen Fritsch
|
||||
//
|
||||
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
||||
|
@ -700,7 +701,8 @@ int CmdHF14ACmdRaw(const char *cmd) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void waitCmd(uint8_t iSelect) {
|
||||
static void waitCmd(uint8_t iSelect)
|
||||
{
|
||||
UsbCommand resp;
|
||||
uint16_t len = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue