Skip to content

Commit eb41d2a

Browse files
committed
Set default network driver on Ublox target to ethernet
1 parent b16a513 commit eb41d2a

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)