Skip to content

Commit 695179b

Browse files
author
Cruz Monrreal
authored
Merge pull request #9471 from mtomczykmobica/ONME-3868
lwipstack: mem-size set to the to minimal working size with DTLS
2 parents 66792b4 + 5e28c1e commit 695179b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/lwipstack/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130
"pbuf-pool-size" : 10
131131
},
132132
"STM": {
133-
"mem-size": 25600
133+
"mem-size": 2310
134134
},
135135
"Freescale": {
136-
"mem-size": 16384
136+
"mem-size": 33270
137137
},
138138
"LPC1768": {
139139
"mem-size": 16362

0 commit comments

Comments
 (0)