Skip to content

Commit

Permalink
Update esp32_i2s_parallel_dma.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodetastic committed Nov 26, 2023
1 parent c0b7ca6 commit 8f62da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/esp32/esp32_i2s_parallel_dma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 8f62da2

Please sign in to comment.