Skip to content

Commit

Permalink
Merge pull request #565 from tniessen/fix-link-to-test-bd
Browse files Browse the repository at this point in the history
Fix link to test block device
  • Loading branch information
geky committed Jun 12, 2021
2 parents 2f75968 + 1e423ba commit ead5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead5080

Please sign in to comment.