Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/esp32_i2s_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
#include "esp_heap_caps.h"
#include "esp32_i2s_parallel.h"

#ifndef GPIO_PIN_MUX_REG
#include "soc/gpio_periph.h"
#include "esp32-hal.h"
#endif

typedef struct {
volatile lldesc_t *dmadesc_a, *dmadesc_b;
int desccount_a, desccount_b;
Expand Down