Skip to content

Commit 100a7b9

Browse files
author
Hasnain Virk
authored
Merge pull request #17 from ARMmbed/add_docs
Bringing LWIP inclusion to front
2 parents c554ad9 + da8f410 commit 100a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"target_overrides": {
2626
"*": {
27+
"target.features_add": ["LWIP", "COMMON_PAL"],
2728
"lwip.ipv4-enabled": true,
2829
"lwip.ethernet-enabled": false,
2930
"lwip.ppp-enabled": true,
3031
"lwip.tcp-enabled": true,
31-
"target.features_add": ["LWIP", "COMMON_PAL"],
3232
"platform.stdio-convert-newlines": true,
3333
"platform.stdio-baud-rate": 115200,
3434
"platform.default-serial-baud-rate": 115200

0 commit comments

Comments
 (0)