mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Support for open of FAT fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@230 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -63,8 +63,8 @@ static const char g_source[] = "/dev/blkdev";
|
||||
static const char g_target[] = "/mnt/fs";
|
||||
static const char g_filesystemtype[] = "vfat";
|
||||
|
||||
static const char g_testfile1[] = "/mnt/fs/nuttx-test/test-file.txt";
|
||||
static const char g_testfile2[] = "/mnt/fs/nuttx-test/write-test.txt";
|
||||
static const char g_testfile1[] = "/mnt/fs/TestDir/TestFile.txt";
|
||||
static const char g_testfile2[] = "/mnt/fs/TestDir/WriteTest.txt";
|
||||
static const char g_testmsg[] = "This is a write test";
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user