mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Core 3.0.1 include fix
This commit is contained in:
parent
6cf31d4311
commit
73be716be5
@ -39,7 +39,11 @@ extern "C"
|
|||||||
#include "ets_sys.h"
|
#include "ets_sys.h"
|
||||||
|
|
||||||
#include "i2s_reg.h"
|
#include "i2s_reg.h"
|
||||||
|
#ifndef ARDUINO_ESP8266_RELEASE_3_0_1
|
||||||
#include "i2s.h"
|
#include "i2s.h"
|
||||||
|
#else
|
||||||
|
#include "core_esp8266_i2s.h"
|
||||||
|
#endif
|
||||||
#include "eagle_soc.h"
|
#include "eagle_soc.h"
|
||||||
#include "esp8266_peri.h"
|
#include "esp8266_peri.h"
|
||||||
#include "slc_register.h"
|
#include "slc_register.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user