Skip to content

Commit eb72df6

Browse files
committed
remove fix miss
1 parent 07ea056 commit eb72df6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

workspace/sub_uint16/main/app.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ extern "C" void app_main(void)
3030
init_wifi();
3131
osKernelStart();
3232

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-
3833
printf("mbed mros2 start!\r\n");
3934
printf("app name: sub_uint16\r\n");
4035
mros2::init(0, NULL);

0 commit comments

Comments
 (0)