File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/reference/api/connectivity/networksocket Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,9 @@ Refer to the API below for how to set the IP addresses by calling the `set_netwo
45
45
### Troubleshooting information
46
46
47
47
Network interface ` connect ` failure causes:
48
- 1 . ` NSAPI_ERROR_NO_CONNECTION ` indicates that Ethernet link up has failed. Check that the Ethernet connection is working.
49
- 1 . ` NSAPI_ERROR_DHCP_FAILURE ` indicates that acquiring IP address has failed. Check that the IP address configuration service is working.
48
+
49
+ - ` NSAPI_ERROR_NO_CONNECTION ` indicates that the Ethernet link up has failed. Check that the Ethernet connection is working.
50
+ - ` NSAPI_ERROR_DHCP_FAILURE ` indicates that acquiring the IP address has failed. Check that the IP address configuration service is working.
50
51
51
52
### EthInterface class reference
52
53
You can’t perform that action at this time.
0 commit comments