mirror of https://github.com/ARMmbed/mbed-os.git
Update system_LPC8xx.h
Added extern MainClock to allow the use of the PLL and correct the wrong clock source for serial_api.cpull/870/head
parent
3b7d9635b7
commit
74cd948470
|
@ -30,6 +30,8 @@ extern "C" {
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
//WH
|
||||
extern uint32_t MainClock; /*!< Main Clock Frequency */
|
||||
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue