Skip to content

Commit

Permalink
Fix esp32 i2s on case-sensitive filesystems (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJJollyjim authored and Makuna committed Jul 2, 2018
1 parent e13f959 commit 7f1986f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/Esp32_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "driver/gpio.h"
#include "driver/i2s.h"
#include "driver/dac.h"
#include "esp32_i2s.h"
#include "Esp32_i2s.h"
#include "esp32-hal.h"

#define I2S_BASE_CLK (160000000L)
Expand Down

0 comments on commit 7f1986f

Please sign in to comment.