mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5337 from kegilbert/heapblockdevice-ctor-doc
Add additional note on the HeapBlockDevice constructor block parameterpull/5352/head
commit
091660556b
|
|
@ -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