From 248061ab1fe11a52e6c2a96cc979bbe494c9aa0a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 1 Mar 2026 14:15:12 -1000 Subject: [PATCH] fix unterminated #ifdef USE_LWIP_FAST_SELECT in merge --- esphome/core/application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/core/application.h b/esphome/core/application.h index 858269e09b7..75b59c57118 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -648,6 +648,7 @@ class Application { /// Detects the calling context and uses the appropriate FreeRTOS API. static void IRAM_ATTR wake_loop_any_context() { esphome_lwip_wake_main_loop_any_context(); } #endif +#endif #if defined(USE_ESP8266) && defined(USE_SOCKET_IMPL_LWIP_TCP) /// Wake the main event loop from any context (ISR, thread, or main loop).