Skip to content

Commit 9447bce

Browse files
committed
apply fixes from PR pixelmatix#153
1 parent af288cb commit 9447bce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/esp32_i2s_parallel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626

2727
#include "soc/i2s_struct.h"
2828
#include "soc/i2s_reg.h"
29+
#include "driver/gpio.h"
2930
#include "driver/periph_ctrl.h"
3031
#include "soc/io_mux_reg.h"
32+
#include "soc/gpio_periph.h"
3133
#include "rom/lldesc.h"
3234
#include "esp_heap_caps.h"
3335
#include "esp32_i2s_parallel.h"

0 commit comments

Comments
 (0)