-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit d47771f
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set (#10529)
* fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
Fixes: #10526
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 74e4a74 commit d47771f
1 file changed
+32
-0
lines changedLines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
20 | 24 |
| |
21 | 25 |
| |
22 | 26 |
| |
| |||
50 | 54 |
| |
51 | 55 |
| |
52 | 56 |
| |
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
53 | 64 |
| |
54 | 65 |
| |
55 | 66 |
| |
56 | 67 |
| |
57 | 68 |
| |
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
58 | 76 |
| |
59 | 77 |
| |
60 | 78 |
| |
| |||
68 | 86 |
| |
69 | 87 |
| |
70 | 88 |
| |
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
71 | 96 |
| |
72 | 97 |
| |
73 | 98 |
| |
74 | 99 |
| |
75 | 100 |
| |
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
76 | 108 |
| |
77 | 109 |
| |
78 | 110 |
| |
|
0 commit comments