Update esp32_i2s_parallel_dma.cpp
This commit is contained in:
parent
c0b7ca62ff
commit
8f62da2d19
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ Modified heavily for the ESP32 HUB75 DMA library by:
|
||||||
////////////////////////////// Clock configuration //////////////////////////////
|
////////////////////////////// Clock configuration //////////////////////////////
|
||||||
|
|
||||||
unsigned int freq = (_cfg.bus_freq);
|
unsigned int freq = (_cfg.bus_freq);
|
||||||
ESP_LOGD("ESP32/S2", "Requested output clock frequency: %u Mhz", (unsigned int)((freq/1000000));
|
ESP_LOGD("ESP32/S2", "Requested output clock frequency: %u Mhz", (unsigned int)(freq/1000000));
|
||||||
|
|
||||||
// What is the current CPU frequency?
|
// What is the current CPU frequency?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue