mirror of https://github.com/ARMmbed/mbed-os.git
Fixed missing abstract connect method
parent
b418fce8ac
commit
8ea46eae17
|
|
@ -69,7 +69,7 @@ public:
|
|||
*/
|
||||
virtual int connect(const char *ssid, const char *pass,
|
||||
nsapi_security_t security = NSAPI_SECURITY_NONE,
|
||||
uint8_t channel = 0);
|
||||
uint8_t channel = 0) = 0;
|
||||
|
||||
/** Start the interface
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue