From bcc9145a91c394ee09e33a0356a9514eb480e9ae Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 Jun 2020 20:01:26 +0200 Subject: [PATCH] Update core_esp8266_waveform.h --- tasmota/core_esp8266_waveform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/core_esp8266_waveform.h b/tasmota/core_esp8266_waveform.h index 61cb99966..ff5a0f56f 100644 --- a/tasmota/core_esp8266_waveform.h +++ b/tasmota/core_esp8266_waveform.h @@ -39,6 +39,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef ESP8266 + #include #ifndef __ESP8266_WAVEFORM_H @@ -87,3 +89,5 @@ void setTimer1Callback(uint32_t (*fn)()); #endif #endif + +#endif // ESP8266