diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-01-03 19:12:30 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-01-03 19:12:30 +0000 |
| commit | 2fe19b0cbe41f7330dc82b6962e6459da71892c6 (patch) | |
| tree | f6e901ba23bd7a103437e49f7ef428689b935139 | |
| parent | 62deac6c488b02a2f97ba5cacf06f2683f811e78 (diff) | |
Update esp32_i2s_parallel_dma.h
| -rw-r--r-- | esp32_i2s_parallel_dma.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/esp32_i2s_parallel_dma.h b/esp32_i2s_parallel_dma.h index 46fba9f..12e2e65 100644 --- a/esp32_i2s_parallel_dma.h +++ b/esp32_i2s_parallel_dma.h @@ -19,8 +19,11 @@ extern "C" { #include <freertos/FreeRTOS.h> #include <driver/i2s.h> #include <esp_err.h> -#include <esp32/rom/lldesc.h> -#include <esp32/rom/gpio.h> +//#include <esp32/rom/lldesc.h> +//#include <esp32/rom/gpio.h> +#include <rom/lldesc.h> +#include <rom/gpio.h> + // Get MCU Type and Max CLK Hz for MCU #include <esp32_i2s_parallel_mcu_def.h> |
