mirror of https://github.com/arendst/Tasmota.git
Update core_esp8266_waveform.h
This commit is contained in:
parent
ee2fea9e25
commit
bcc9145a91
|
@ -39,6 +39,8 @@
|
||||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef ESP8266
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#ifndef __ESP8266_WAVEFORM_H
|
#ifndef __ESP8266_WAVEFORM_H
|
||||||
|
@ -87,3 +89,5 @@ void setTimer1Callback(uint32_t (*fn)());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // ESP8266
|
||||||
|
|
Loading…
Reference in New Issue