From 2aac56f79ac0f810cd9b2dbac4bf8a52b91edd6f Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Tue, 27 Aug 2019 09:21:24 +0300 Subject: [PATCH] NetworkInterface set_blocking() doxygen corrected --- features/netsocket/NetworkInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/netsocket/NetworkInterface.h b/features/netsocket/NetworkInterface.h index 117ea14cd2..40724a9d74 100644 --- a/features/netsocket/NetworkInterface.h +++ b/features/netsocket/NetworkInterface.h @@ -308,7 +308,7 @@ public: * By default, interfaces are in synchronous mode which means that * 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_UNSUPPORTED if driver does not support asynchronous mode. * @return negative error code on failure.