Update core_esp8266_waveform.h

This commit is contained in:
Jason2866 2020-06-23 20:01:26 +02:00 committed by GitHub
parent ee2fea9e25
commit bcc9145a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef ESP8266
#include <Arduino.h>
#ifndef __ESP8266_WAVEFORM_H
@ -87,3 +89,5 @@ void setTimer1Callback(uint32_t (*fn)());
#endif
#endif
#endif // ESP8266