mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
spi_flash_get_chip_size return a size_t to printf this type it's better to use %u than %d. We didn't use %zu because it will be ignored by "nano" printf (i.e. when CONFIG_NEWLIB_NANO_FORMAT is on). Closes https://github.com/espressif/esp-idf/pull/8900