sara_nbiot_evk: Expose SystemCoreClock via cmsis.h

This change is necessary as updated CMSIS/RTX require the
SystemCoreClock symbol.
pull/4714/head
Bartek Szatkowski 2017-07-05 16:39:18 +01:00
parent 03e80119b5
commit 693a3a8837
2 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
extern "C" { extern "C" {
#endif #endif
#include "system_hi2110.h"
/******************************************************************************/ /******************************************************************************/
/* Processor and Core Peripherals */ /* Processor and Core Peripherals */
/******************************************************************************/ /******************************************************************************/

View File

@ -22,6 +22,7 @@ extern "C" {
#endif #endif
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */