From 78071d709007cd85b915f42f9d4ebd56a37fea15 Mon Sep 17 00:00:00 2001 From: Andrew Chong Date: Fri, 28 Dec 2018 15:26:01 +0900 Subject: [PATCH] Changed NV to volatile in HeapBlockDevice Media that does not persist across power cycles is volatile. It's not nonvolatile. --- docs/api/storage/HeapBlockDevice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/storage/HeapBlockDevice.md b/docs/api/storage/HeapBlockDevice.md index be463b08ea..dd5f562fe6 100644 --- a/docs/api/storage/HeapBlockDevice.md +++ b/docs/api/storage/HeapBlockDevice.md @@ -2,7 +2,7 @@ ![](https://os.mbed.com/docs/development/mbed-os-api-doxy/class_heap_block_device.png)BlockDevice class hierarchy -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. +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. HeapBlockDevices have the following configurable parameters in either one of two constructors: