Skip to content

Commit 2a74250

Browse files
authored
lwIP_nodriver - end() compilation error fix (#1966)
1 parent adb23c1 commit 2a74250

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/WiFi/src/utility/lwIP_nodriver.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ class NoDriverLwIP : public LwipIntfDev<NoDriver> {
3737
(void) timeout;
3838
}
3939

40-
void end(bool apMode) {
41-
(void) apMode;
40+
void end() {
4241
}
4342

4443
bool connected() {

0 commit comments

Comments
 (0)