added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Revision:
134:c5ba39804b6b
Parent:
0:9b334a45a8ff
Child:
144:ef7eb2e8f9f7
--- 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