diff --git a/esphome/components/socket/socket.h b/esphome/components/socket/socket.h index d3ca1279fb5..546d278260f 100644 --- a/esphome/components/socket/socket.h +++ b/esphome/components/socket/socket.h @@ -88,7 +88,7 @@ void socket_delay(uint32_t ms); /// Signal socket/IO activity and wake the main loop from esp_delay() early. /// ISR-safe: uses IRAM_ATTR internally and only sets a volatile flag + esp_schedule(). -void socket_wake(); +void socket_wake(); // NOLINT(readability-redundant-declaration) #endif } // namespace esphome::socket