mbed-os/components/storage/blockdevice/COMPONENT_SD
Kevin Bracey f4708bbb36 Fix up types in SDBlockDevice
Correct types passed to debug() calls - as part of this, block size and
erase size are changed to be 32-bit - using 64-bit variables for these
will cause unnecessary code bloat.

Many uses of bd_size_t in the BlockDevice API should really be uint32_t
or size_t, but that would be a bigger API change.
2018-10-31 14:49:22 +02:00
..
TESTS/filesystem storage component: update astyle 2018-10-25 09:51:09 +01:00
config Remove SPI_PERSISTENT_MEM_CS macro and replace it with SPI_CS 2018-10-25 12:10:48 +03:00
util storage component: update astyle 2018-10-25 09:51:09 +01:00
SDBlockDevice.cpp Fix up types in SDBlockDevice 2018-10-31 14:49:22 +02:00
SDBlockDevice.h Fix up types in SDBlockDevice 2018-10-31 14:49:22 +02:00