review fixes

pull/8541/head
paul-szczepanek-arm 2018-10-25 16:26:44 +01:00
parent 85b9b23711
commit 446ab5d592
3 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@
/** Common interface that is shared between Ethernet hardware.
* @addtogroup netsocket
*/
class EthInterface : public virtual NetworkInterface {
public:

View File

@ -24,7 +24,6 @@
/** Common interface that is shared between mesh hardware
* @addtogroup netsocket
*/
class MeshInterface : public virtual NetworkInterface {
public:

View File

@ -77,7 +77,7 @@ public:
/** Attempt to connect to a Wi-Fi network. Requires ssid and passphrase to be set.
* If passphrase is invalid, NSAPI_ERROR_AUTH_ERROR is returned.
*
* @return NSAPI_ERROR_OK on success, negative error code on failure
* @return NSAPI_ERROR_OK on success, negative error code on failure.
*/
virtual nsapi_error_t connect() = 0;