arch: esp32: Fix compile error with xtensa-esp32-elf-gcc 8.2.0
This commit is contained in:
parent
923c05f17f
commit
e16c3ca25b
|
@ -43,8 +43,7 @@
|
|||
/* Address of the CPU0 IDLE thread */
|
||||
|
||||
uint32_t g_cpu1_idlestack[CPU1_IDLETHREAD_STACKWORDS]
|
||||
__attribute__((aligned(16) section(".noinit")));
|
||||
|
||||
__attribute__((aligned(16), section(".noinit")));
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
|
Loading…
Reference in New Issue