Add simpler method for relocating functions to RAM. (#21804)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user