mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Revision:
3:aff886a69715
Parent:
2:e9a661555b58
Child:
8:c14af7958ef5
--- a/pwmout_api.h	Wed Oct 10 14:14:12 2012 +0000
+++ b/pwmout_api.h	Thu Oct 11 09:43:01 2012 +0000
@@ -19,7 +19,7 @@
 // Todo: Remove the lookup tables and add the actual values in the object
 typedef struct {
 #if defined(TARGET_LPC1768) || defined(TARGET_LPC2368)
-    __IO uint32_t MR;
+    __IO uint32_t *MR;
     PWMName pwm;
 #elif defined(TARGET_LPC11U24)
     PWMName pwm;