mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
spiFlash: drop annoying message in write_enable method
This commit is contained in:
@@ -263,8 +263,6 @@ int SPIFlash::write_enable()
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (_verbose)
|
||||
std::cout << "write en: Success" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user