summaryrefslogtreecommitdiff
path: root/nuttx/examples/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:05:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 16:05:52 +0000
commitf4a63abc585084602a4af8f70367178e8c511337 (patch)
tree7234a6c7489f6f73bb0c20fe502f42a2814ae6dd /nuttx/examples/ostest
parenta407a7987cad2ae035f3cf97f22d18e0ae22481a (diff)
downloadpx4-nuttx-f4a63abc585084602a4af8f70367178e8c511337.tar.gz
px4-nuttx-f4a63abc585084602a4af8f70367178e8c511337.tar.bz2
px4-nuttx-f4a63abc585084602a4af8f70367178e8c511337.zip
Needs prototype for timer_test()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@132 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/ostest')
-rw-r--r--nuttx/examples/ostest/ostest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/examples/ostest/ostest.h b/nuttx/examples/ostest/ostest.h
index af5b490b4..710c6f965 100644
--- a/nuttx/examples/ostest/ostest.h
+++ b/nuttx/examples/ostest/ostest.h
@@ -92,6 +92,10 @@ extern void timedwait_test(void);
extern void sighand_test(void);
+/* posixtimers.c ********************************************/
+
+extern void timer_test(void);
+
/* roundrobin.c *********************************************/
extern void rr_test(void);