Skip to content

Commit

Permalink
still working
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hutton committed Nov 21, 2024
1 parent 27841a5 commit 5f1b2b4
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions armsrc/emvsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,17 @@
#include "emvsim.h"
#include <inttypes.h>
#include "BigBuf.h"
//#include "iso14443a.h"
//#include "BigBuf.h"
//#include "string.h"
//#include "mifareutil.h"
#include "iso14443a.h"
#include "BigBuf.h"
#include "string.h"
#include "mifareutil.h"
#include "fpgaloader.h"
//#include "proxmark3_arm.h"
//#include "cmd.h"
//#include "protocols.h"
//#include "appmain.h"
//#include "util.h"
//#include "commonutil.h"
//#include "crc16.h"
#include "proxmark3_arm.h"
#include "protocols.h"
#include "util.h"
#include "commonutil.h"
#include "dbprint.h"
//#include "ticks.h"
//#include "i2c.h"
#include "ticks.h"
#include "i2c_direct.h"

#pragma GCC diagnostic ignored "-Wunused-variable"
Expand Down

0 comments on commit 5f1b2b4

Please sign in to comment.