X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fc68747f68c47b65215013545c7c551105a366a..981aefe33dc0fe53eb03828e559eb6d37c6a9573:/include/common.h diff --git a/include/common.h b/include/common.h index 3d063351..2a67bd87 100644 --- a/include/common.h +++ b/include/common.h @@ -29,6 +29,5 @@ typedef unsigned char byte_t; #ifndef ABS # define ABS(a) ( ((a)<0) ? -(a) : (a) ) #endif - #define RAMFUNC __attribute((long_call, section(".ramfunc"))) #endif