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 dee9a7b commit 6354b70Copy full SHA for 6354b70
MAX/Libraries/CMSIS/Device/Maxim/MAX32662/Source/system_max32662.c
@@ -32,8 +32,7 @@
32
33
extern void (*const __isr_vector[])(void);
34
35
-uint32_t SystemCoreClock __attribute__((section(".shared")));
36
-volatile uint32_t mailbox __attribute__((section(".mailbox")));
+uint32_t SystemCoreClock = HIRC_FREQ;
37
38
/*
39
The libc implementation from GCC 11+ depends on _getpid and _kill in some places.
0 commit comments