esp32: Fix a few #endif comments

This commit is contained in:
YAMAMOTO Takashi 2020-10-20 18:30:25 +09:00 committed by Xiang Xiao
parent 2956b8516b
commit 89c9855d7b
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -62,7 +62,7 @@ extern "C"
int esp32_wlan_initialize(void);
#endif /* CONFIG_ESP32_SPI */
#endif /* CONFIG_ESP32_WIRELESS */
#ifdef __cplusplus
}
#endif