X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6fc68747f68c47b65215013545c7c551105a366a..07b9e989701955834468e3ce8ce200ee3c2a1013:/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