Fix esp32 i2s on case-sensitive filesystems (#212)

This commit is contained in:
Jamie
2018-07-03 05:32:57 +12:00
committed by Michael Miller
parent e13f9599c8
commit 7f1986fdb1

View File

@@ -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)