summaryrefslogtreecommitdiff
path: root/include-mw/function_target.h
blob: 2aaee87e0a1389981c2bf6c5eacc7e1931b3e0db (plain)
1
2
3
4
5
6
7
#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