diff --git a/esphome/core/wake.h b/esphome/core/wake.h index 3806e2734e..5283e57227 100644 --- a/esphome/core/wake.h +++ b/esphome/core/wake.h @@ -2,12 +2,7 @@ /// @file wake.h /// Platform-specific main loop wake primitives. -/// -/// All functions are always available on all platforms — no opt-in needed. -/// - wake_loop_any_context(): ISR + thread + callback safe -/// - wake_loop_isrsafe(): ISR only, ESP32 -/// - wake_loop_threadsafe(): thread/callback safe -/// - wakeable_delay(): sleeps until timeout or wake +/// Always available on all platforms — no opt-in needed. #include "esphome/core/defines.h" #include "esphome/core/hal.h"