From 1cfaa4a4e6ce4439fdf2a09e475b3f5114d147dc Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Tue, 17 Oct 2017 19:02:04 -0500 Subject: [PATCH] Add additional information on the block parameter in the HeapBlockDevice ctor --- features/filesystem/bd/HeapBlockDevice.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/filesystem/bd/HeapBlockDevice.h b/features/filesystem/bd/HeapBlockDevice.h index d812beaaec..afdaeef744 100644 --- a/features/filesystem/bd/HeapBlockDevice.h +++ b/features/filesystem/bd/HeapBlockDevice.h @@ -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