summaryrefslogtreecommitdiff
path: root/apps/system/ramtest/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/ramtest/ramtest.c')
-rw-r--r--apps/system/ramtest/ramtest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/ramtest/ramtest.c b/apps/system/ramtest/ramtest.c
index fb3519a13..02ba1151e 100644
--- a/apps/system/ramtest/ramtest.c
+++ b/apps/system/ramtest/ramtest.c
@@ -556,7 +556,11 @@ static void addr_in_addr(FAR struct ramtest_s *info)
* Public Functions
****************************************************************************/
+#ifdef CONFIG_BUILD_KERNEL
+int main(int argc, FAR char **argv)
+#else
int ramtest_main(int argc, char **argv)
+#endif
{
struct ramtest_s info;