X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/39864b0bd41dd5e896bcb8eeabcf2c3932f2203a..17331e14ee99bebaef8d84fba44a90818bc5c817:/armsrc/util.h diff --git a/armsrc/util.h b/armsrc/util.h index 21a9b757..d2a85ba0 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -15,9 +15,7 @@ #include #define RAMFUNC __attribute((long_call, section(".ramfunc"))) - #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff ) -#define min(a, b) (((a) > (b)) ? (b) : (a)) #define LED_RED 1 #define LED_ORANGE 2