mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
arch/xtensa/src/esp32: Fix PR #1958 nxstyle issues.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
7db8b920ff
commit
f0ae1dd54a
@@ -38,6 +38,10 @@
|
||||
|
||||
struct mm_heap_s g_iheap;
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_imm_initialize
|
||||
*
|
||||
|
||||
@@ -341,7 +341,7 @@ static inline irqstate_t IRAM_ATTR esp32_spiflash_opstart(
|
||||
#ifdef CONFIG_SMP
|
||||
int other;
|
||||
#endif
|
||||
|
||||
|
||||
flags = enter_critical_section();
|
||||
|
||||
*cpu = up_cpu_index();
|
||||
|
||||
@@ -161,7 +161,6 @@ int esp32_bringup(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef CONFIG_MMCSD
|
||||
ret = esp32_mmcsd_initialize(0);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user