mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 00:58:40 +00:00
Remove unused wakeable_delay on host
This commit is contained in:
@@ -112,9 +112,6 @@ void wake_loop_threadsafe();
|
||||
/// Host: no ISR, just use threadsafe version.
|
||||
inline void wake_loop_any_context() { wake_loop_threadsafe(); }
|
||||
|
||||
/// Host: select() handles the delay, this is a simple fallback.
|
||||
inline void wakeable_delay(uint32_t ms) { delay(ms); }
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace esphome
|
||||
|
||||
Reference in New Issue
Block a user