We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1090ca + 1cfaa4a commit 0916605Copy full SHA for 0916605
features/filesystem/bd/HeapBlockDevice.h
@@ -56,7 +56,8 @@ class HeapBlockDevice : public BlockDevice
56
/** Lifetime of the memory block device
57
*
58
* @param size Size of the Block Device in bytes
59
- * @param block Block size in bytes
+ * @param block Block size in bytes. Minimum read, program, and erase sizes are
60
+ * configured to this value
61
*/
62
HeapBlockDevice(bd_size_t size, bd_size_t block=512);
63
0 commit comments