mbed-os/components
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
..
802.15.4_RF Add required namespace instead of relying on mbed.h 2018-10-25 12:43:59 -05:00
storage/blockdevice Fix up types in SDBlockDevice 2018-10-31 14:49:22 +02:00
wifi/esp8266-driver Merge pull request #8550 from deepikabhavnani/mbed_h_fixes 2018-10-30 08:47:04 -05:00