fix unterminated #ifdef USE_LWIP_FAST_SELECT in merge

This commit is contained in:
J. Nick Koston
2026-03-01 14:15:12 -10:00
parent fac328f2e0
commit 248061ab1f
+1
View File
@@ -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).