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 by
Diff: TARGET_LPC812/system_LPC8xx.h
- Revision:
- 93:e188a91d3eaa
- Parent:
- 66:9c8f0e3462fb
--- a/TARGET_LPC812/system_LPC8xx.h Thu Nov 27 13:33:22 2014 +0000 +++ b/TARGET_LPC812/system_LPC8xx.h Tue Feb 03 15:31:20 2015 +0000 @@ -30,6 +30,7 @@ #include <stdint.h> +extern uint32_t MainClock; /*!< Main Clock Frequency */ extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
