Redundant functions in phone and sniffer moved

File simtrace_iso7816.c is like a library for iso specific functions.
The next step will be to use the atmel softlib functions instead.
This commit is contained in:
Christina Quast
2015-02-25 14:02:01 +01:00
parent c02571ebe2
commit c0aa769a35
5 changed files with 138 additions and 173 deletions

View File

@@ -24,6 +24,8 @@
#include "string.h"
#include "inttypes.h"
#include "simtrace.h"
#define MIN(a, b) ((a < b) ? a : b)
#ifdef __GNUC__