Fixed missing abstract connect method

pull/2874/head
andreas.larsson 2016-10-04 11:59:26 +02:00
parent b418fce8ac
commit 8ea46eae17
1 changed files with 1 additions and 1 deletions

View File

@ -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
*