arch/xtensa/src/esp32: Fix PR #1958 nxstyle issues.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2020-10-09 11:14:11 +01:00
committed by Alan Carvalho de Assis
parent 7db8b920ff
commit f0ae1dd54a
3 changed files with 5 additions and 2 deletions
+4
View File
@@ -38,6 +38,10 @@
struct mm_heap_s g_iheap;
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: up_imm_initialize
*
+1 -1
View File
@@ -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)