1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00

cleanup warnings (#3934)

This commit is contained in:
liebman
2017-12-07 21:08:54 -08:00
committed by Develo
parent eb494065b4
commit 3b0c395837
2 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,6 @@ struct rst_info * EspClass::getResetInfoPtr(void) {
}
bool EspClass::eraseConfig(void) {
bool ret = true;
const size_t cfgSize = 0x4000;
size_t cfgAddr = ESP.getFlashChipSize() - cfgSize;