mbed library sources

Dependents:   Marvino mbot

Fork of mbed-src by mbed official

Revision:
3:c24f5ba8a7f9
Parent:
2:143cac498751
--- a/capi/semihost_api.h	Mon Feb 18 11:44:18 2013 +0000
+++ b/capi/semihost_api.h	Sat Feb 23 15:48:17 2013 +0000
@@ -43,7 +43,7 @@
 #   define AngelSWIAsm          swi
 #endif
 
-inline int __semihost(int reason, const void *arg) {
+static inline int __semihost(int reason, const void *arg) {
     int value;
 
     asm volatile (