Add simpler method for relocating functions to RAM. (#21804)
This commit is contained in:
parent
0fcd13f552
commit
3a5e4253fc
4 changed files with 32 additions and 0 deletions
|
@ -50,3 +50,7 @@
|
|||
#if !defined(PACKED)
|
||||
# define PACKED __attribute__((__packed__))
|
||||
#endif
|
||||
|
||||
#if __has_include("_util.h")
|
||||
# include "_util.h" /* Include the platform's _util.h */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue