Skip to content

Commit b9f43ba

Browse files
authored
Merge pull request #222 from dgreen-arm/tls-client-ublox-fix
Set default network driver on Ublox target to ethernet
2 parents f79e629 + eb41d2a commit b9f43ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls-client/mbed_app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"platform.stdio-convert-newlines": true
3232
},
3333
"UBLOX_EVK_ODIN_W2": {
34-
"target.device_has_remove": ["EMAC"]
34+
"target.network-default-interface-type" : "ETHERNET"
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)