We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa282c commit 730370eCopy full SHA for 730370e
include/fsutils/passwd.h
@@ -59,7 +59,7 @@
59
*
60
****************************************************************************/
61
62
-#if defined(CONFIG_FSUTILS_PASSWD_READONLY)
+#if !defined(CONFIG_FSUTILS_PASSWD_READONLY)
63
int passwd_adduser(FAR const char *username, FAR const char *password);
64
65
/****************************************************************************
0 commit comments