ads1115 only
Fork of mbed by
Diff: semihost_api.h
- Revision:
- 121:6c34061e7c34
- Parent:
- 65:5798e58a58b1
--- a/semihost_api.h Tue May 10 12:23:43 2016 -0500 +++ b/semihost_api.h Wed May 25 16:44:06 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