From f4a63abc585084602a4af8f70367178e8c511337 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Mar 2007 16:05:52 +0000 Subject: Needs prototype for timer_test() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@132 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/ostest/ostest.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/examples/ostest') 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); -- cgit v1.2.3