LED cube examples modified for fubarino.

This commit is contained in:
Sergey
2015-06-06 23:43:26 -07:00
parent 5f4ecde705
commit 48de8a19bb
5 changed files with 167 additions and 5 deletions

View File

@@ -825,7 +825,7 @@ int main (int argc, char **argv)
return -1;
}
if (! fs_open (&fs, argv[i], (add + mount != 0), pindex)) {
fprintf (stderr, "%s: cannot open\n", argv[i]);
fprintf (stderr, "%s: cannot open filesystem\n", argv[i]);
return -1;
}