aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:50:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-07 23:50:25 +0000
commita9f2c6fa8ae6936da9489e4acf2a2d2cd6c0f664 (patch)
tree3bea4aa7ff962865f6bdc0ffb6180833485a5662 /apps
parent5a9162f017e457a5415eb0af7c41a7ef49d355c6 (diff)
downloadpx4-firmware-a9f2c6fa8ae6936da9489e4acf2a2d2cd6c0f664.tar.gz
px4-firmware-a9f2c6fa8ae6936da9489e4acf2a2d2cd6c0f664.tar.bz2
px4-firmware-a9f2c6fa8ae6936da9489e4acf2a2d2cd6c0f664.zip
Fixed ARM vfork; re-enabled vfork OS test
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5490 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ostest/vfork.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/examples/ostest/vfork.c b/apps/examples/ostest/vfork.c
index 8657f0ceb..4e1b8c892 100644
--- a/apps/examples/ostest/vfork.c
+++ b/apps/examples/ostest/vfork.c
@@ -51,12 +51,6 @@
* Pre-processor Definitions
****************************************************************************/
-/* Disabled this test for now. There are some issues with the vfork
- * implementation.
-*/
-
-#undef CONFIG_ARCH_HAVE_VFORK
-
/****************************************************************************
* Private Data
****************************************************************************/