Skip to content

Commit 2aac56f

Browse files
Antti Kauppila0xc0170
authored andcommitted
NetworkInterface set_blocking() doxygen corrected
1 parent 782734c commit 2aac56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/NetworkInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class NetworkInterface: public DNS {
308308
* By default, interfaces are in synchronous mode which means that
309309
* connect() or disconnect() blocks until it reach the target state or requested operation fails.
310310
*
311-
* @param blocking Use true to set NetworkInterface in asynchronous mode.
311+
* @param blocking Use false to set NetworkInterface in asynchronous mode.
312312
* @return NSAPI_ERROR_OK on success
313313
* @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode.
314314
* @return negative error code on failure.

0 commit comments

Comments
 (0)