diff options
author | red031000 <rubenru09@aol.com> | 2020-09-16 18:18:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-16 18:21:28 +0100 |
commit | 1e3c383ff53842cd2fe2134278b448fffebb15e9 (patch) | |
tree | 3a0c1dc4ce85764c1a6761d2bde821752231a889 /include-mw/function_target.h | |
parent | a013685f0bd75d8070971d96b79e4c146d5fbcaf (diff) |
arm9 CARD_common
Diffstat (limited to 'include-mw/function_target.h')
-rw-r--r-- | include-mw/function_target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include-mw/function_target.h b/include-mw/function_target.h index 3834419c..84b7e1cd 100644 --- a/include-mw/function_target.h +++ b/include-mw/function_target.h @@ -8,4 +8,6 @@ #define ENUMS_ALWAYS_INT_OFF _Pragma("enumsalwaysint off") #define ENUMS_ALWAYS_INT_RESET _Pragma("enumsalwaysint reset") +#define ALIGN(num) __attribute__ ((aligned(num))) + #endif //GUARD_FUNCTION_TARGET_H |