X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/39864b0bd41dd5e896bcb8eeabcf2c3932f2203a..28afbd2bee49027d042030bfce07db2db8c7508b:/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