Incorrect rtc_clk_apll_enable() in switch()
rodzic
cc4bc42fa9
commit
1c3409556c
|
@ -296,10 +296,9 @@ static void set_dac_frequency(void)
|
|||
ESP_LOGE(TAG, "Not supported DAC frequency");
|
||||
assert(false);
|
||||
break;
|
||||
|
||||
rtc_clk_apll_enable(1);
|
||||
|
||||
}
|
||||
|
||||
rtc_clk_apll_enable(1);
|
||||
}
|
||||
|
||||
static void setup_video_dac(void)
|
||||
|
|
Ładowanie…
Reference in New Issue