Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/system_LPC11U6x.c
- Revision:
- 234:37acebda271b
- Parent:
- 186:2e805bf06ee4
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/system_LPC11U6x.c Tue Jun 17 11:30:08 2014 +0100 +++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/system_LPC11U6x.c Wed Jun 18 09:00:08 2014 +0100 @@ -474,7 +474,7 @@ */ void SystemInit (void) { #if (CLOCK_SETUP) - volatile uint32_t i, tmp; + volatile uint32_t i; #endif LPC_SYSCON->SYSAHBCLKCTRL |= (1<<16); LPC_SYSCON->SYSPLLCTRL = SYSPLLCTRL_Val;