This fork of the MBED Library allows you to use counters on the external counter pins (15/16 for Timer 3, 29/30 for Timer 2) by switching internal timing functions in MBED to utilize Timer 0
Fork of mbed-src by
Diff: targets/hal/TARGET_Freescale/TARGET_K20D5M/objects.h
- Revision:
- 73:299c67215126
- Parent:
- 68:41613245dfd7
diff -r 248c61396e08 -r 299c67215126 targets/hal/TARGET_Freescale/TARGET_K20D5M/objects.h --- a/targets/hal/TARGET_Freescale/TARGET_K20D5M/objects.h Mon Jan 13 10:45:05 2014 +0000 +++ b/targets/hal/TARGET_Freescale/TARGET_K20D5M/objects.h Tue Jan 14 20:45:05 2014 +0000 @@ -43,7 +43,6 @@ __IO uint32_t *MOD; __IO uint32_t *CNT; __IO uint32_t *CnV; - __IO uint32_t *SYNC; }; struct serial_s {