diff options
author | red031000 <rubenru09@aol.com> | 2020-05-01 20:38:36 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-01 20:41:06 +0100 |
commit | 527b257015fa32ac4007b1d7e9198ac37d8e1542 (patch) | |
tree | a002ab92671fdf9736179b9b1d818b6da9c398d2 /include-mw/function_target.h | |
parent | 7b3404b932a8fadddb44774407b22127b0f02115 (diff) |
macro and register
Diffstat (limited to 'include-mw/function_target.h')
-rw-r--r-- | include-mw/function_target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include-mw/function_target.h b/include-mw/function_target.h index 2aaee87e..f37095f9 100644 --- a/include-mw/function_target.h +++ b/include-mw/function_target.h @@ -4,4 +4,8 @@ #define ARM_FUNC _Pragma("thumb off") #define THUMB_FUNC _Pragma("thumb on") +#define ENUMS_ALWAYS_INT_ON _Pragma("enumsalwaysint on") +#define ENUMS_ALWAYS_INT_OFF _Pragma("enumsalwaysint off") +#define ENUMS_ALWAYS_INT_RESET _Pragma("enumsalwaysint reset") + #endif //GUARD_FUNCTION_TARGET_H
\ No newline at end of file |