Skip to content

Commit 0916605

Browse files
authored
Merge pull request #5337 from kegilbert/heapblockdevice-ctor-doc
Add additional note on the HeapBlockDevice constructor block parameter
2 parents e1090ca + 1cfaa4a commit 0916605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/filesystem/bd/HeapBlockDevice.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ class HeapBlockDevice : public BlockDevice
5656
/** Lifetime of the memory block device
5757
*
5858
* @param size Size of the Block Device in bytes
59-
* @param block Block size in bytes
59+
* @param block Block size in bytes. Minimum read, program, and erase sizes are
60+
* configured to this value
6061
*/
6162
HeapBlockDevice(bd_size_t size, bd_size_t block=512);
6263
/** Lifetime of the memory block device

0 commit comments

Comments
 (0)