We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b790e commit 565e944Copy full SHA for 565e944
src/drivers/bus/esp_panel_bus_dsi.cpp
@@ -27,7 +27,7 @@ void BusDSI::Config::convertPartialToFull()
27
host = HostFullConfig{
28
.bus_id = HOST_ID_DEFAULT,
29
.num_data_lanes = static_cast<uint8_t>(config.num_data_lanes),
30
- .phy_clk_src = MIPI_DSI_PHY_CLK_SRC_DEFAULT,
+ .phy_clk_src = static_cast<mipi_dsi_phy_pllref_clock_source_t>(MIPI_DSI_PHY_CLK_SRC_DEFAULT),
31
.lane_bit_rate_mbps = static_cast<uint32_t>(config.lane_bit_rate_mbps),
32
};
33
}
0 commit comments