ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile

This commit is contained in:
iceman1001 2017-02-05 21:56:47 +01:00
commit 2e8d938bef
4 changed files with 13 additions and 7 deletions

View file

@ -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;