Skip to content

Commit

Permalink
Update esp32_i2s_parallel.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-neal committed Feb 28, 2022
1 parent 4aa6081 commit 011f036
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/esp32_i2s_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
#include "esp_heap_caps.h"
#include "esp32_i2s_parallel.h"
#include "soc/gpio_periph.h"
#include "hal/gpio_types.h"
#include "esp32-hal.h"

#if __has_include("hal/gpio_types.h")
#include "hal/gpio_types.h"
#endif

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

0 comments on commit 011f036

Please sign in to comment.