Skip to content

Commit 8ea46ea

Browse files
author
andreas.larsson
committed
Fixed missing abstract connect method
1 parent b418fce commit 8ea46ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/WiFiInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class WiFiInterface: public NetworkInterface
6969
*/
7070
virtual int connect(const char *ssid, const char *pass,
7171
nsapi_security_t security = NSAPI_SECURITY_NONE,
72-
uint8_t channel = 0);
72+
uint8_t channel = 0) = 0;
7373

7474
/** Start the interface
7575
*

0 commit comments

Comments
 (0)