mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
fixes compilation error in rtttl (#2357)
Compilation error for millis() and delay() after #2303
This commit is contained in:
parent
250bf3f054
commit
bac58bba4d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "rtttl.h"
|
||||
#include "esphome/core/hal.h"
|
||||
#include "esphome/core/log.h"
|
||||
|
||||
namespace esphome {
|
||||
|
|
Loading…
Reference in a new issue