1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

fixes compilation error in rtttl (#2357)

Compilation error for millis() and delay() after #2303
This commit is contained in:
Martin
2021-09-20 22:13:46 +02:00
committed by GitHub
parent 250bf3f054
commit bac58bba4d

View File

@@ -1,4 +1,5 @@
#include "rtttl.h" #include "rtttl.h"
#include "esphome/core/hal.h"
#include "esphome/core/log.h" #include "esphome/core/log.h"
namespace esphome { namespace esphome {