Update esp32_i2s_parallel_dma.cpp

This commit is contained in:
mrfaptastic 2023-11-26 20:21:43 +00:00
parent c0b7ca62ff
commit 8f62da2d19

View file

@ -200,7 +200,7 @@ Modified heavily for the ESP32 HUB75 DMA library by:
////////////////////////////// Clock configuration //////////////////////////////
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?