summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/ostest_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-05 15:44:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-05 15:44:43 -0600
commit81cbb59cd0297bd06cc8ce8a9a79f5a38ce952bd (patch)
treea16d7905d89f8faaf5de65296fe904eca7f73aab /apps/examples/ostest/ostest_main.c
parentac0d1157e949312857d1abaf1b6515ad64c7d209 (diff)
downloadpx4-nuttx-81cbb59cd0297bd06cc8ce8a9a79f5a38ce952bd.tar.gz
px4-nuttx-81cbb59cd0297bd06cc8ce8a9a79f5a38ce952bd.tar.bz2
px4-nuttx-81cbb59cd0297bd06cc8ce8a9a79f5a38ce952bd.zip
Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property
Diffstat (limited to 'apps/examples/ostest/ostest_main.c')
-rw-r--r--apps/examples/ostest/ostest_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/ostest/ostest_main.c b/apps/examples/ostest/ostest_main.c
index 0b3d37f3b..d36287b78 100644
--- a/apps/examples/ostest/ostest_main.c
+++ b/apps/examples/ostest/ostest_main.c
@@ -326,7 +326,7 @@ static int user_main(int argc, char *argv[])
check_test_memory_usage();
#endif
-#ifdef CONFIG_LIBC_AIO
+#ifdef CONFIG_FS_AIO
/* Check asynchronous I/O */
printf("\nuser_main: AIO test\n");