Merge pull request #1172 from ThaChoppahIsLookinSharp/fix/emu-block-readme

Fix broken link on README.md for emu device
This commit is contained in:
Christopher Haster
2026-03-24 17:25:53 -05:00
committed by GitHub
+1 -1
View File
@@ -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