Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2021-06-12 20:35:34 +0300
committerGitHub <noreply@github.com>2021-06-12 20:35:34 +0300
commitead50807f1ca3fdf2da00b77a0ce02651ded2d13 (patch)
tree9ec47ac979962112445f735a2878ce8845128cc8
parent2f7596811d367b139308640d07ba0bad6338f969 (diff)
parent1e423bae5817ad752bed0487edad0dc233f80561 (diff)
Merge pull request #565 from tniessen/fix-link-to-test-bdv2.4.1
Fix link to test block device
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a30d43d..584ada3 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@ More details on how littlefs works can be found in [DESIGN.md](DESIGN.md) and
## Testing
The littlefs comes with a test suite designed to run on a PC using the
-[emulated block device](emubd/lfs_emubd.h) found in the emubd directory.
+[emulated block device](bd/lfs_testbd.h) found in the `bd` directory.
The tests assume a Linux environment and can be started with make:
``` bash