Update esp32_i2s_parallel_dma.cpp

This commit is contained in:
mrcodetastic 2024-07-21 22:32:05 +01:00
parent 95cda9dbb2
commit 628ffa8c33

View file

@ -47,9 +47,6 @@ Modified heavily for the ESP32 HUB75 DMA library by:
#include <esp_err.h> #include <esp_err.h>
#include <esp_log.h> #include <esp_log.h>
// Get current frequecny
#include "esp_clk_tree.h"
// Get CPU freq function. // Get CPU freq function.
#include <soc/rtc.h> #include <soc/rtc.h>