spiFlash: drop annoying message in write_enable method
This commit is contained in:
parent
cd124d2830
commit
31bc9cf988
|
|
@ -263,8 +263,6 @@ int SPIFlash::write_enable()
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_verbose)
|
|
||||||
std::cout << "write en: Success" << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue