mirror of https://github.com/ARMmbed/mbed-os.git
Add additional information on the block parameter in the HeapBlockDevice ctor
parent
20d93bf78d
commit
1cfaa4a4e6
|
|
@ -56,7 +56,8 @@ public:
|
|||
/** Lifetime of the memory block device
|
||||
*
|
||||
* @param size Size of the Block Device in bytes
|
||||
* @param block Block size in bytes
|
||||
* @param block Block size in bytes. Minimum read, program, and erase sizes are
|
||||
* configured to this value
|
||||
*/
|
||||
HeapBlockDevice(bd_size_t size, bd_size_t block=512);
|
||||
/** Lifetime of the memory block device
|
||||
|
|
|
|||
Loading…
Reference in New Issue