mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
Revert "Squashed commit of the following:"
This reverts commit 25b92edd9f
.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
config EXAMPLES_FLASH_TEST
|
||||
bool "SMART FLASH block device test"
|
||||
default n
|
||||
depends on (!BUILD_PROTECTED && !BUILD_LOADABLE) && MTD_SMART && NSH_BUILTIN_APPS
|
||||
depends on (!BUILD_PROTECTED && !BUILD_KERNEL) && MTD_SMART && NSH_BUILTIN_APPS
|
||||
---help---
|
||||
This logic performs a SMART flash block device test. This test
|
||||
performs a sector allocate, read, write, free and garbage collection
|
||||
|
@@ -61,7 +61,7 @@
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_BUILD_LOADABLE
|
||||
#ifdef CONFIG_BUILD_KERNEL
|
||||
int main(int argc, FAR char *argv[])
|
||||
#else
|
||||
int flash_test_main(int argc, char *argv[])
|
||||
|
Reference in New Issue
Block a user