mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-06 21:21:17 -07:00
moved RAMFUNC definition
This commit is contained in:
parent
dfc3c5053c
commit
ce55f5a291
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue