Merge branch 'fix-lwiplock-inline-noop' into integration

This commit is contained in:
J. Nick Koston
2026-03-13 13:07:54 -10:00
+1 -1
View File
@@ -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