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 mbed official

Revision:
96:487b796308b0
Parent:
93:e188a91d3eaa
--- a/TARGET_TEENSY3_1/TARGET_Freescale/TARGET_K20XX/objects.h	Wed Mar 04 07:31:39 2015 +0100
+++ b/TARGET_TEENSY3_1/TARGET_Freescale/TARGET_K20XX/objects.h	Tue Mar 17 14:27:45 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;
 };