mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'fix/flash_print' into 'master'
fix(spi_flash): Remove the useless print See merge request espressif/esp-idf!28331
This commit is contained in:
commit
09f0f7ec6c
@ -641,7 +641,6 @@ IRAM_ATTR uint32_t bootloader_flash_execute_command_common(
|
||||
//set unused bits to 0
|
||||
ret &= ~(UINT32_MAX << miso_len);
|
||||
}
|
||||
esp_rom_printf("val is %x\n", SPIFLASH.ctrl.val);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user