From 74f32c83ac58dfa89afce84f44044e9f9f1078c3 Mon Sep 17 00:00:00 2001 From: Daniel Lamana Date: Tue, 25 Nov 2025 12:07:09 +0100 Subject: [PATCH] Fix broken link on README.md for emu device --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95db2a0e..0f278ff1 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](bd/lfs_testbd.h) found in the `bd` directory. +[emulated block device](bd/lfs_emubd.h) found in the `bd` directory. The tests assume a Linux environment and can be started with make: ``` bash