Update system_LPC8xx.h

Added extern MainClock to allow the use of the PLL and correct the wrong clock source for serial_api.c
pull/870/head
Wim 2015-01-27 20:48:51 +01:00
parent 3b7d9635b7
commit 74cd948470
1 changed files with 2 additions and 0 deletions

View File

@ -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) */