Skip to content

Commit 693a3a8

Browse files
committed
sara_nbiot_evk: Expose SystemCoreClock via cmsis.h
This change is necessary as updated CMSIS/RTX require the SystemCoreClock symbol.
1 parent 03e8011 commit 693a3a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

targets/TARGET_ublox/TARGET_HI2110/device/hi2110.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
extern "C" {
2222
#endif
2323

24+
#include "system_hi2110.h"
25+
2426
/******************************************************************************/
2527
/* Processor and Core Peripherals */
2628
/******************************************************************************/

targets/TARGET_ublox/TARGET_HI2110/device/system_hi2110.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extern "C" {
2222
#endif
2323

2424
#include <stdint.h>
25+
#include <stdbool.h>
2526

2627

2728
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */

0 commit comments

Comments
 (0)