mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(lcd): lower the APLL test frequency to pass the test
This commit is contained in:
@@ -308,7 +308,7 @@ TEST_CASE("lcd_rgb_panel_use_apll", "[lcd]")
|
||||
|
||||
printf("set APLL frequency\r\n");
|
||||
uint32_t real_freq = 0;
|
||||
TEST_ESP_OK(esp_clk_tree_src_set_freq_hz(SOC_MOD_CLK_APLL, 160 * 1000 * 1000, &real_freq));
|
||||
TEST_ESP_OK(esp_clk_tree_src_set_freq_hz(SOC_MOD_CLK_APLL, 120 * 1000 * 1000, &real_freq));
|
||||
printf("APLL frequency: %"PRIu32" Hz\r\n", real_freq);
|
||||
|
||||
printf("initialize RGB panel with stream mode\r\n");
|
||||
|
||||
Reference in New Issue
Block a user