]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
moved RAMFUNC definition
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Apr 2013 09:18:39 +0000 (09:18 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Apr 2013 09:18:39 +0000 (09:18 +0000)
armsrc/util.h
include/common.h

index ac141065f2782649dd49421dbc76037e3c067b38..135468aeee7e4b3954fa50d9c146221c2ed6e6ac 100644 (file)
@@ -13,8 +13,8 @@
 
 #include <stddef.h>
 #include <stdint.h>
+#include <common.h>
 
-#define RAMFUNC __attribute((long_call, section(".ramfunc")))
 #define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
 
 #define LED_RED 1
index 71787b4f4e7a1e164f1cdd959683805a0b7bdc98..feed109c2dfe3faa216edb89fd0852100b542896 100644 (file)
@@ -25,4 +25,6 @@ typedef unsigned char byte_t;
 # define MAX(a, b) (((a) > (b)) ? (a) : (b))
 #endif
 
+#define RAMFUNC __attribute((long_call, section(".ramfunc")))
+
 #endif
Impressum, Datenschutz