Skip to content

Commit 45aa213

Browse files
committed
Added SystemCoreClock as an extern.
1 parent 4016742 commit 45aa213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/bsp/system_ADuCM3029.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ extern void SystemCoreClockUpdate(void);
112112
void adi_system_EnableCache(bool bEnable);
113113
uint32_t adi_system_EnableRetention(ADI_SRAM_BANK eBank, bool bEnable);
114114
void adi_system_EnableISRAM(bool bEnable);
115+
extern uint32_t SystemCoreClock;
115116

116117
#ifdef __cplusplus
117118
}

0 commit comments

Comments
 (0)