X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/81cd0474cb4dc85fcc78f70ad238cb684851f75f..28fdb04fd8d62e46c36f959b373d662f1a146448:/armsrc/util.h?ds=sidebyside diff --git a/armsrc/util.h b/armsrc/util.h index 661b472d..d2a85ba0 100644 --- a/armsrc/util.h +++ b/armsrc/util.h @@ -15,7 +15,6 @@ #include #define RAMFUNC __attribute((long_call, section(".ramfunc"))) - #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff ) #define LED_RED 1