mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 12:50:36 +00:00
Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken
This commit is contained in:
parent
db9901e2f9
commit
f6004ff6eb
1 changed files with 0 additions and 5 deletions
|
|
@ -210,13 +210,8 @@ extern const uint32_t g_idle_topstack;
|
|||
/* Address of the saved user stack pointer */
|
||||
|
||||
#if CONFIG_ARCH_INTERRUPTSTACK > 3
|
||||
#if defined(CONFIG_ARCH_CORTEXM0) || defined(CONFIG_ARCH_CORTEXM3) || \
|
||||
defined(CONFIG_ARCH_CORTEXM4)
|
||||
extern uint32_t g_intstackalloc; /* Allocated stack base */
|
||||
extern uint32_t g_intstackbase; /* Initial top of interrupt stack */
|
||||
# else
|
||||
extern uint32_t g_intstackbase;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* These 'addresses' of these values are setup by the linker script. They are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue