mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
arch: esp32: Fix compile error with xtensa-esp32-elf-gcc 8.2.0
This commit is contained in:
committed by
Xiang Xiao
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
|
||||
|
||||
Reference in New Issue
Block a user