Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Revision 61:5e5da4a5990b, committed 2013-03-05
- 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 (