mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
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:
@@ -24,6 +24,8 @@
|
||||
#include "string.h"
|
||||
#include "inttypes.h"
|
||||
|
||||
#include "simtrace.h"
|
||||
|
||||
#define MIN(a, b) ((a < b) ? a : b)
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user