We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ea056 commit eb72df6Copy full SHA for eb72df6
workspace/sub_uint16/main/app.cpp
@@ -30,11 +30,6 @@ extern "C" void app_main(void)
30
init_wifi();
31
osKernelStart();
32
33
- EthernetInterface network;
34
- network.set_dhcp(false);
35
- network.set_network(IP_ADDRESS, SUBNET_MASK, DEFAULT_GATEWAY);
36
- nsapi_size_or_error_t result = network.connect();
37
-
38
printf("mbed mros2 start!\r\n");
39
printf("app name: sub_uint16\r\n");
40
mros2::init(0, NULL);
0 commit comments