Add additional information on the block parameter in the HeapBlockDevice ctor

pull/5337/head
Kevin Gilbert 2017-10-17 19:02:04 -05:00
parent 20d93bf78d
commit 1cfaa4a4e6
1 changed files with 2 additions and 1 deletions

View File

@ -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