helpfor studient

Dependents:   STM32_F103-C8T6basecanblink_led

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon May 23 10:00:12 2016 +0100
Parent:
133:0113f86169f0
Child:
135:eec55f8ee438
Commit message:
Synchronized with git revision 99fb83ae2190e05b964e33257cb710c9a300f006

Full URL: https://github.com/mbedmicro/mbed/commit/99fb83ae2190e05b964e33257cb710c9a300f006/

RTX - init sequence (C++ array init)

Changed in this revision

api/semihost_api.h Show annotated file Show diff for this revision Revisions of this file
--- 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