Generated v2 prefixes

This commit is contained in:
geky-bot
2026-03-25 02:26:58 +00:00
4 changed files with 215 additions and 22 deletions
+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/lfs2_testbd.h) found in the `bd` directory.
[emulated block device](bd/lfs2_emubd.h) found in the `bd` directory.
The tests assume a Linux environment and can be started with make:
``` bash