mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
up_initialize.c edited online with Bitbucket
This commit is contained in:
@@ -100,7 +100,7 @@ static void up_calibratedelay(void)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_STACK_COLORATION) && CONFIG_ARCH_INTERRUPTSTACK > 3
|
||||
#if defined(CONFIG_STACK_COLORATION) && CONFIG_ARCH_INTERRUPTSTACK > 7
|
||||
static inline void up_color_intstack(void)
|
||||
{
|
||||
uint32_t *ptr = (uint32_t *)&g_intstackalloc;
|
||||
|
||||
Reference in New Issue
Block a user