Skip to content

Commit

Permalink
Revert "fix(CMSIS): Fix zephyr build issues (#1030)"
Browse files Browse the repository at this point in the history
This reverts commit daa71f8.
  • Loading branch information
EricB-ADI committed Aug 21, 2024
1 parent 1f2a448 commit 0e77421
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

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

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

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

0 comments on commit 0e77421

Please sign in to comment.