mbed library sources

Fork of mbed-src by mbed official

Revision:
489:119543c9f674
Parent:
445:3312ed629f01
diff -r e8797c084377 -r 119543c9f674 targets/hal/TARGET_Freescale/TARGET_K20XX/objects.h
--- a/targets/hal/TARGET_Freescale/TARGET_K20XX/objects.h	Thu Mar 05 13:15:07 2015 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_K20XX/objects.h	Thu Mar 12 14:30:49 2015 +0000
@@ -41,7 +41,7 @@
 
 struct pwmout_s {
     __IO uint32_t *MOD;
-    __IO uint32_t *CNT;
+    __IO uint32_t *SYNC;
     __IO uint32_t *CnV;
 };