From 89c9855d7b5f85327aa0525c4ab5ce9496e453ad Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 20 Oct 2020 18:30:25 +0900 Subject: [PATCH] esp32: Fix a few #endif comments --- arch/xtensa/src/esp32/esp32_dma.h | 2 +- arch/xtensa/src/esp32/esp32_wlan.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/xtensa/src/esp32/esp32_dma.h b/arch/xtensa/src/esp32/esp32_dma.h index 9e17cc01c5..aec463247f 100644 --- a/arch/xtensa/src/esp32/esp32_dma.h +++ b/arch/xtensa/src/esp32/esp32_dma.h @@ -96,4 +96,4 @@ uint32_t esp32_dma_init(struct esp32_dmadesc_s *dmadesc, uint32_t num, #undef EXTERN #endif /* __ASSEMBLY__ */ -#endif /* __ARCH_XTENSA_SRC_ESP32_ESP32_SPI_H */ +#endif /* __ARCH_XTENSA_SRC_ESP32_ESP32_DMA_H */ diff --git a/arch/xtensa/src/esp32/esp32_wlan.h b/arch/xtensa/src/esp32/esp32_wlan.h index a18f294ca1..f9633a98d0 100644 --- a/arch/xtensa/src/esp32/esp32_wlan.h +++ b/arch/xtensa/src/esp32/esp32_wlan.h @@ -62,7 +62,7 @@ extern "C" int esp32_wlan_initialize(void); -#endif /* CONFIG_ESP32_SPI */ +#endif /* CONFIG_ESP32_WIRELESS */ #ifdef __cplusplus } #endif