]> granicus.if.org Git - esp-idf/commit
spi_flash: use same argument types in .h and .c files
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 19 Jun 2019 13:26:02 +0000 (21:26 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 2 Jul 2019 08:26:06 +0000 (10:26 +0200)
commit1c17558e6e2601fea6b9b1c2ac1f6b4ce99b7421
tree5896f09d962adf28ed96c248a8140c47028b2698
parentec427a5b4308bcea7837bd3309748279f95b6788
spi_flash: use same argument types in .h and .c files

Fixes compilations on targets where size_t != uint32_t
components/spi_flash/flash_ops.c
components/spi_flash/include/esp_partition.h
components/spi_flash/partition.c