Skip to content

Commit 1cfaa4a

Browse files
committed
Add additional information on the block parameter in the HeapBlockDevice ctor
1 parent 20d93bf commit 1cfaa4a

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)