Skip to content

Commit 6354b70

Browse files
committed
MSDK: MAX32662: remove .shared and mailbox sections
The .shared and .mailbox sections are for the dual-core parts and don’t exist for the MAX32662 Signed-off-by: Sadik Ozer <[email protected]>
1 parent dee9a7b commit 6354b70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MAX/Libraries/CMSIS/Device/Maxim/MAX32662/Source/system_max32662.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232

3333
extern void (*const __isr_vector[])(void);
3434

35-
uint32_t SystemCoreClock __attribute__((section(".shared")));
36-
volatile uint32_t mailbox __attribute__((section(".mailbox")));
35+
uint32_t SystemCoreClock = HIRC_FREQ;
3736

3837
/*
3938
The libc implementation from GCC 11+ depends on _getpid and _kill in some places.

0 commit comments

Comments
 (0)