You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/storage/BlockDevice.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,4 +42,4 @@ You can run BlockDevice tests for heap, MBR and util block devices with the foll
42
42
mbed test -t <toolchain> -m <target> -n features-tests-filesystem-*_block_device
43
43
```
44
44
45
-
One way to add tests for new block devices is to copy an existing implementation, such as HeapBlocKDevice, and change the block device class to your own. You can find tests under the top level `TESTS` folder in the Mbed OS repository.
45
+
One way to add tests for new block devices is to copy an existing implementation, such as HeapBlockDevice, and change the block device class to your own. You can find tests under the top level `TESTS` folder in the Mbed OS repository.
0 commit comments