fs/spiffs: Fix an error in write operation. examples/fstest now gets further before errors occur, but still does not work correctly.

This commit is contained in:
Gregory Nutt
2018-09-26 18:00:46 -06:00
parent 31e6fb561b
commit b4488a0549
3 changed files with 19 additions and 18 deletions
+1
View File
@@ -173,6 +173,7 @@ Using MSYS
pacman -S git
pacman -S make
pacman -S gcc
pacman -S gdb
And possibly others depending upon your usage. Then you will need to
build and install kconfig-frontends per the instructions of the top-level