mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 18:18:43 +00:00
lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user