#ifndef GUARD_FUNCTION_TARGET_H #define GUARD_FUNCTION_TARGET_H #define ARM_FUNC _Pragma("thumb off") #define THUMB_FUNC _Pragma("thumb on") #endif //GUARD_FUNCTION_TARGET_H