We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4016742 commit 45aa213Copy full SHA for 45aa213
targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/bsp/system_ADuCM3029.h
@@ -112,6 +112,7 @@ extern void SystemCoreClockUpdate(void);
112
void adi_system_EnableCache(bool bEnable);
113
uint32_t adi_system_EnableRetention(ADI_SRAM_BANK eBank, bool bEnable);
114
void adi_system_EnableISRAM(bool bEnable);
115
+extern uint32_t SystemCoreClock;
116
117
#ifdef __cplusplus
118
}
0 commit comments