mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Debug can now be selectively enabled by subystem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ int statfs(const char *path, struct statfs *buf)
|
||||
{
|
||||
FAR struct inode *inode;
|
||||
const char *relpath = NULL;
|
||||
int ret;
|
||||
int ret = OK;
|
||||
|
||||
/* Sanity checks */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user