arch/xtensa/src/esp32/esp32_start.c: A comma was missing in g_idlestack attributes.
This commit is contained in:
parent
0ef5500e01
commit
7dcf8dde7c
@ -51,7 +51,7 @@
|
|||||||
/* Address of the CPU0 IDLE thread */
|
/* Address of the CPU0 IDLE thread */
|
||||||
|
|
||||||
uint32_t g_idlestack[IDLETHREAD_STACKWORDS]
|
uint32_t g_idlestack[IDLETHREAD_STACKWORDS]
|
||||||
__attribute__((aligned(16) section(".noinit")));
|
__attribute__((aligned(16), section(".noinit")));
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user