Skip to content

Commit aeb9ef6

Browse files
author
Amanda Butler
authored
Merge pull request #886 from andrewc-arm/patch-1
Changed NV to volatile in HeapBlockDevice
2 parents eb48c61 + 78071d7 commit aeb9ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/storage/HeapBlockDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<span class="images">![](http://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_heap_block_device.png)<span>BlockDevice class hierarchy</span></span>
44

5-
The HeapBlockDevice class provides a way to simulate block devices for software development or testing. The created blocks are nonvolatile; they do not persist across power cycles.
5+
The HeapBlockDevice class provides a way to simulate block devices for software development or testing. The created blocks are volatile; they do not persist across power cycles.
66

77
HeapBlockDevices have the following configurable parameters in either one of two constructors:
88

0 commit comments

Comments
 (0)