mbed library sources: Modified to operate FRDM-KL25Z at 48MHz from internal 32kHz oscillator (nothing else changed).
Fork of mbed-src by
The only file that changed is: mbed-src-FLL48/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/system_MKL25Z4.h
Diff: targets/hal/TARGET_NXP/TARGET_LPC408X/objects.h
- Revision:
- 17:151ab7482c89
- Parent:
- 15:4892fe388435
--- a/targets/hal/TARGET_NXP/TARGET_LPC408X/objects.h Wed Aug 07 16:33:54 2013 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC408X/objects.h Thu Aug 08 15:42:46 2013 +0100 @@ -60,6 +60,7 @@ struct can_s { LPC_CAN_TypeDef *dev; + int index; }; struct i2c_s {