mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Workaround NeoPixelBus STAGE compile error
Workaround NeoPixelBus STAGE compile error
This commit is contained in:
parent
ed69f5a342
commit
ef5377e327
@ -48,7 +48,11 @@ extern "C"
|
|||||||
#include "ets_sys.h"
|
#include "ets_sys.h"
|
||||||
#include "user_interface.h"
|
#include "user_interface.h"
|
||||||
|
|
||||||
|
// Workaround STAGE compile error
|
||||||
|
#include <core_version.h>
|
||||||
|
#if defined(ARDUINO_ESP8266_RELEASE_2_3_0) || defined(ARDUINO_ESP8266_RELEASE_2_4_0) || defined(ARDUINO_ESP8266_RELEASE_2_4_1) || defined(ARDUINO_ESP8266_RELEASE_2_4_2) || defined(ARDUINO_ESP8266_RELEASE_2_5_0)
|
||||||
void rom_i2c_writeReg_Mask(uint32_t block, uint32_t host_id, uint32_t reg_add, uint32_t Msb, uint32_t Lsb, uint32_t indata);
|
void rom_i2c_writeReg_Mask(uint32_t block, uint32_t host_id, uint32_t reg_add, uint32_t Msb, uint32_t Lsb, uint32_t indata);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
struct slc_queue_item
|
struct slc_queue_item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user