fix: fix esp_afe_sr_iface_t compile error (#1423)

* fix: fix esp_afe_sr_iface_t compile error

* fix: fix `MIPI_DSI_PHY_CLK_SRC_DEFAULT` compile error in IDF 5.5.2
This commit is contained in:
laride
2025-11-13 20:05:42 +08:00
committed by GitHub
parent 30970abd1f
commit 92de37e182
7 changed files with 2 additions and 8 deletions

View File

@@ -75,7 +75,6 @@
{ \
.bus_id = 0, \
.num_data_lanes = 2, \
.phy_clk_src = MIPI_DSI_PHY_CLK_SRC_DEFAULT, \
.lane_bit_rate_mbps = 1000, \
}