NetworkInterface set_blocking() doxygen corrected

pull/11358/head
Antti Kauppila 2019-08-27 09:21:24 +03:00 committed by Martin Kojtal
parent 782734cae2
commit 2aac56f79a
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ public:
* By default, interfaces are in synchronous mode which means that * By default, interfaces are in synchronous mode which means that
* connect() or disconnect() blocks until it reach the target state or requested operation fails. * connect() or disconnect() blocks until it reach the target state or requested operation fails.
* *
* @param blocking Use true to set NetworkInterface in asynchronous mode. * @param blocking Use false to set NetworkInterface in asynchronous mode.
* @return NSAPI_ERROR_OK on success * @return NSAPI_ERROR_OK on success
* @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode. * @return NSAPI_ERROR_UNSUPPORTED if driver does not support asynchronous mode.
* @return negative error code on failure. * @return negative error code on failure.