X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/81cd0474cb4dc85fcc78f70ad238cb684851f75f..17331e14ee99bebaef8d84fba44a90818bc5c817:/armsrc/util.h 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