mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 10:08:40 +00:00
Merge branch 'fix-lwiplock-inline-noop' into integration
This commit is contained in:
@@ -1962,7 +1962,7 @@ class LwIPLock {
|
||||
LwIPLock();
|
||||
~LwIPLock();
|
||||
#else
|
||||
// Single-threaded or no lwIP core locking — inline no-ops
|
||||
// No lwIP core locking — inline no-ops
|
||||
LwIPLock() = default;
|
||||
~LwIPLock() = default;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user