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
ozersa and MaureenHelm authored Jun 3, 2024
1 parent 2e450ed commit daa71f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,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 daa71f8

Please sign in to comment.