Update esp32_i2s_parallel_dma.h
This commit is contained in:
parent
62deac6c48
commit
2fe19b0cbe
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue