mirror of https://github.com/ARMmbed/mbed-os.git
Changed to one more info to debug
parent
54cebf9116
commit
50eae59dd9
|
@ -213,7 +213,7 @@ int SPIFBlockDevice::init()
|
|||
// Dummy And Mode Cycles Back default 0
|
||||
_dummy_and_mode_cycles = _write_dummy_and_mode_cycles;
|
||||
_is_initialized = true;
|
||||
tr_info("Device size: %llu Kbytes", _device_size_bytes / 1024);
|
||||
tr_debug("Device size: %llu Kbytes", _device_size_bytes / 1024);
|
||||
|
||||
if (_device_size_bytes > (1 << 24)) {
|
||||
tr_debug("Size is bigger than 16MB and thus address does not fit in 3 byte, switch to 4 byte address mode");
|
||||
|
|
Loading…
Reference in New Issue