Skip to content

Commit

Permalink
arch: arm: rollback code to native framework
Browse files Browse the repository at this point in the history
rollback code to native framework.

Signed-off-by: cpchiang <[email protected]>
  • Loading branch information
cpchiang committed Aug 24, 2023
1 parent c11b26d commit 6fcd2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/include/aarch32/cortex_m/stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
extern "C" {
#endif

K_KERNEL_STACK_ARRAY_EXTERN(z_interrupt_stacks, CONFIG_MP_NUM_CPUS,
extern K_KERNEL_STACK_ARRAY_DEFINE(z_interrupt_stacks, CONFIG_MP_NUM_CPUS,
CONFIG_ISR_STACK_SIZE);

/**
Expand Down

0 comments on commit 6fcd2c7

Please sign in to comment.