update from s130 production release

master
Rohit Grover 2015-04-29 09:17:42 +01:00
parent 9b4e3f115d
commit 9894ceefa1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"bx r14" : : "I" ((uint32_t)number) : "r0" \
); \
} \
_Pragma("GCC diagnostic pop") \
_Pragma("GCC diagnostic pop")
#elif defined (__ICCARM__)
#define PRAGMA(x) _Pragma(#x)
#define SVCALL(number, return_type, signature) \