mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
Revert "Squashed commit of the following:"
This reverts commit 25b92edd9f
.
This commit is contained in:
@@ -14,7 +14,7 @@ if EXAMPLES_USERFS
|
||||
config EXAMPLES_USERFS_PROGNAME
|
||||
string "Program name"
|
||||
default "userfs"
|
||||
depends on BUILD_LOADABLE
|
||||
depends on BUILD_KERNEL
|
||||
---help---
|
||||
This is the name of the program that will be use when the NSH ELF
|
||||
program is installed.
|
||||
|
@@ -592,7 +592,7 @@ int ufstest_daemon(int argc, char *argv[])
|
||||
* userfs_main
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_BUILD_LOADABLE
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
int main(int argc, FAR char *argv[])
|
||||
#else
|
||||
int userfs_main(int argc, char *argv[])
|
||||
|
Reference in New Issue
Block a user