version_2.0

Dependents:   cc3000_ping_demo_try_2

Fork of mbed by mbed official

Files at this revision

API Documentation at this revision

Comitter:
emilmont
Date:
Tue Mar 05 17:59:57 2013 +0000
Parent:
60:3d0ef94e36ec
Child:
62:7e6c9f46b3bd
Commit message:
[KL25Z] Fix "us_ticker_set_interrupt".
[GCC] Declare "__semihost" as static inline.

Changed in this revision

KL25Z/ARM/mbed.ar Show annotated file Show diff for this revision Revisions of this file
semihost_api.h Show annotated file Show diff for this revision Revisions of this file
Binary file KL25Z/ARM/mbed.ar has changed
--- a/semihost_api.h	Tue Feb 19 10:00:15 2013 +0000
+++ b/semihost_api.h	Tue Mar 05 17:59:57 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 (