Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: api/semihost_api.h
- Revision:
 - 134:c5ba39804b6b
 - Parent:
 - 0:9b334a45a8ff
 - Child:
 - 144:ef7eb2e8f9f7
 
--- a/api/semihost_api.h	Mon May 23 09:45:17 2016 +0100
+++ b/api/semihost_api.h	Mon May 23 10:00:12 2016 +0100
@@ -28,7 +28,7 @@
 #ifndef __CC_ARM
 
 #if defined(__ICCARM__)
-inline int __semihost(int reason, const void *arg) {
+static inline int __semihost(int reason, const void *arg) {
     return __semihosting(reason, (void*)arg);
 }
 #else
    