Skip to content

Commit

Permalink
i2s.h conflict change (#486)
Browse files Browse the repository at this point in the history
ESP8266 Arduino v3.1 will remove the i2s.h due to name conflict when used on case insensitive file systems.
  • Loading branch information
Makuna committed Jun 14, 2021
1 parent d60d381 commit 36b44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/NeoEsp8266DmaMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C"
#include "ets_sys.h"

#include "i2s_reg.h"
#include "i2s.h"
#include "core_esp8266_i2s.h"
#include "eagle_soc.h"
#include "esp8266_peri.h"
#include "slc_register.h"
Expand Down

0 comments on commit 36b44f6

Please sign in to comment.