Fix broken link on README.md for emu device

This commit is contained in:
Daniel Lamana
2025-11-25 12:07:09 +01:00
parent adad0fbbcf
commit 74f32c83ac
+1 -1
View File
@@ -192,7 +192,7 @@ More details on how littlefs works can be found in [DESIGN.md](DESIGN.md) and
## Testing ## Testing
The littlefs comes with a test suite designed to run on a PC using the 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: The tests assume a Linux environment and can be started with make:
``` bash ``` bash