update to S130 alpha

master
Rohit Grover 2015-04-09 07:58:04 +01:00
parent b13ba62451
commit 9b4e3f115d
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) \