From ef9bbf344bc5463f62a30034a500ae1d0a56f7b9 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 8 Jan 2025 09:27:30 +0800 Subject: [PATCH] docs(doxygen): removed coex header from doxyfile Failing to build due to missing comments, but the header was never included in the docs anyway, so might as well remove it. --- docs/doxygen/Doxyfile_esp32h2 | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/doxygen/Doxyfile_esp32h2 b/docs/doxygen/Doxyfile_esp32h2 index 2d87047e8c..53a41d3ded 100644 --- a/docs/doxygen/Doxyfile_esp32h2 +++ b/docs/doxygen/Doxyfile_esp32h2 @@ -2,4 +2,3 @@ INPUT += \ $(PROJECT_PATH)/components/bt/include/esp32h2/include/esp_bt.h \ $(PROJECT_PATH)/components/esp_phy/include/esp_phy_init.h \ $(PROJECT_PATH)/components/esp_phy/include/esp_phy_cert_test.h \ - $(PROJECT_PATH)/components/esp_coex/include/esp_coex_i154.h \