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
Revision 134:c5ba39804b6b, committed 2016-05-23
- 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
