Skip to content

Commit

Permalink
fix(CMSIS): Fix zephyr build issues (#1030)
Browse files Browse the repository at this point in the history
Signed-off-by: Sadik Ozer <[email protected]>
Signed-off-by: Maureen Helm <[email protected]>
Co-authored-by: Maureen Helm <[email protected]>
  • Loading branch information
2 people authored and EricB-ADI committed Aug 21, 2024
1 parent 24f98e1 commit 4530971
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@

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

uint32_t SystemCoreClock __attribute__((section(".shared")));
volatile uint32_t mailbox __attribute__((section(".mailbox")));
uint32_t SystemCoreClock = HIRC_FREQ;

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

0 comments on commit 4530971

Please sign in to comment.