X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/79a73ab2d1a63fdf75d42774e160a9335d893416..28fdb04fd8d62e46c36f959b373d662f1a146448:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index b68c511c..d2a85ba0 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -15,10 +15,7 @@ #include #define RAMFUNC __attribute((long_call, section(".ramfunc"))) - #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff ) -#define MIN(a, b) (((a) < (b)) ? (a) : (b)) -#define MAX(a, b) (((a) > (b)) ? (a) : (b)) #define LED_RED 1 #define LED_ORANGE 2