Skip to content

Commit

Permalink
Silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Feb 4, 2021
1 parent 7301fa3 commit 11a208e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp8266/esp_wifi.c
Expand Up @@ -137,7 +137,7 @@ static bool mgos_wifi_set_mode(uint8_t mode) {
} else {
/* When AP is active, modem sleep is not active anyway. */
}

(void) mode_str;
return true;
}

Expand Down

0 comments on commit 11a208e

Please sign in to comment.