summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-09 11:58:50 +0000
commitd12e00bdd6ffbb39ab5d45d5d5a484d293108021 (patch)
treea5ac9dcc5be841e9edff869055b73651f525072c /nuttx/examples/ostest
parent712b9f5349a81fe56fa060ccb8aa13e0db830657 (diff)
downloadpx4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.gz
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.tar.bz2
px4-nuttx-d12e00bdd6ffbb39ab5d45d5d5a484d293108021.zip
Added network init; refactored some header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/dev_null.c1
-rw-r--r--nuttx/examples/ostest/main.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/examples/ostest/dev_null.c b/nuttx/examples/ostest/dev_null.c
index 55f6b0c25..57776b495 100644
--- a/nuttx/examples/ostest/dev_null.c
+++ b/nuttx/examples/ostest/dev_null.c
@@ -45,7 +45,6 @@
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
-#include <nuttx/os_external.h>
#include "ostest.h"
/************************************************************
diff --git a/nuttx/examples/ostest/main.c b/nuttx/examples/ostest/main.c
index b7f0afbf3..0a44de78d 100644
--- a/nuttx/examples/ostest/main.c
+++ b/nuttx/examples/ostest/main.c
@@ -47,7 +47,7 @@
#include <unistd.h>
#include <string.h>
#include <sched.h>
-#include <nuttx/os_external.h>
+#include <nuttx/init.h>
#include "ostest.h"
/************************************************************